% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
FS::Msgcat - Message catalog functions
use FS::Msgcat qw(gettext geterror);
#simple interface for retreiving messages...
$message = gettext('msgcode');
#or errors (includes the error code)
$message = geterror('msgcode');
FS::Msgcat provides functions to use the message catalog. If you want to maintain the message catalog database, see FS::msgcat instead.
Returns the full message for the supplied message code.
Returns the full message for the supplied message code, including the message code.
i18n/l10n, eek