/Knowledge/sources/honojs__hono/llms-full/language-middleware-default-configuration--eb429a8b7392.md
Language Middleware: Default Configuration - hono-docs
Language Middleware: Default Configuration Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt default con...
Language Middleware: Default Configuration
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#default-configuration
Summary
## Content
```ts
export const DEFAULT_OPTIONS: DetectorOptions = {
order: ['querystring', 'cookie', 'header'],
lookupQueryString: 'lang',
lookupCookie: 'language',
lookupFromHeaderKey: 'accept-language',
lookupFromPathIndex: 0,
caches: ['cookie'],
ignoreCase: true,
fallbackLanguage: 'en',
supportedLanguages: ['en'],
cookieOptions: {
sameSite: 'Strict',
secure: true,
maxAge: 365 * 24 * 60 * 60,
httpOnly: true,
},
debug: false,
}
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#default-configuration",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Language Middleware > Default Configuration",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 201,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Language Middleware: Default Configuration",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}