blob: 0e1da5bf55c52e91826dc9e42ec7d6c6d28b1e48 (
plain)
1
2
3
4
5
|
Apache::Language objects act like language-aware hashes. They store
key/language/values triplets. Using the Accept-Language: field sent by
HTTP clients, they can pick the best fit language for that specific client.
Apache::Language's usage is transparent
and should prove to be quite convenient (and hopefully, efficient).
|