
Apache::Language::PlainFile - Default LanguageHandler under Apache::Language

Since it's the default handler, it never needs to be activated.

This is the default LanguageHandler under Apache::Language. It searches language definitions for a specific script/module in a file with a corresponding name. For a script, it's the scriptname with a .dic added. For a module, simply replace the .pm with a .dic
That file must reside in the same directory as the script/module it describes, and be readable by the web-server process. The format of that file is as follows:
language-tag:Key Content for 'language' version of 'Key' language-tag:Key [...]
The only really important thing is to make sure that entries are separated with completely blank lines.

Nothing for now.

perl(1), Apache(3), Apache::Language(3) Apache::Language::Constants(3), and all Apache::Language::*.

Please send any questions or comments to the Apache modperl mailing list <modperl@apache.org> or to me at <gozer@ectoplasm.dyndns.com>

This code was made possible by :

Philippe M. Chiasson <gozer@ectoplasm.dyndns.com>

Copyright (c) 1999 Philippe M. Chiasson. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.