This section is from the "Practical mod_perl" book, by Stas Bekman and Eric Cholet. Also available from Amazon: Practical mod_perl
The goal of this module is to provide a simple way for mod_perl module writers to include support for multiple language requests.
An Apache::Language object acts like a language-aware hash. It stores key/language/value triplets. Using the Accept-Language header field sent by the web client, it can choose the most appropriate language for the client. Its usage is transparent to the client.
Available from CPAN. See the module manpage for more information.
 
Continue to: