blob: 749328f51f817819b02d718d1a7ae45ab41ff56f (
plain) (
blame)
1
2
3
4
5
6
|
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).
--will
|