Security Advisories (1)
CPANSA-PApp-2001-01 (2001-10-27)

Testing for nonexistant access rights always returned true.

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>