/Knowledge/sources/honojs__hono/llms-full/language-middleware-basic-usage-client-examples--463930e031b1.md
Language Middleware: Basic Usage > Client Examples - hono-docs
Language Middleware: Basic Usage Client Examples Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt clien...
Language Middleware: Basic Usage > Client Examples
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#client-examples
Summary
## Content
```sh
# Via path
curl http://localhost:8787/ar/home
# Via query parameter
curl http://localhost:8787/?lang=ar
# Via cookie
curl -H 'Cookie: language=ja' http://localhost:8787/
# Via header
curl -H 'Accept-Language: ar,en;q=0.9' http://localhost:8787/
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#client-examples",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Language Middleware > Basic Usage > Client Examples",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 200,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Language Middleware: Basic Usage > Client Examples",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}