NAME
PApp::I18n - internationalization support for PApp
- open_translator $path
-
open an existing translation directory
- ($lang, $table) = $translator->get_language($languages)
-
In scalar context, return a translator table for the language that best matches the
$languages(always succeeds). In list context, return both the selected language and the translation table. - $translation = $table->fetch($message)
-
Find the translation for $message.
AUTHOR
Marc Lehmann <pcg@goof.com>