/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-multiple-supported--3edba3d42658-multiple-supported-languages-s0218-c0000.md
Multiple Supported Languages - hono-docs
Multiple Supported Languages Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt multiple supported l...
Multiple Supported Languages
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#multiple-supported-languages
Summary
## Content
```ts
languageDetector({
supportedLanguages: ['en', 'en-GB', 'ar', 'ar-EG'],
convertDetectedLanguage: (lang) => lang.replace('_', '-'), // Normalize
})