Read the MOT table information from $filename.
Option | Default |
---|---|
charset | <from header> |
Returns the name of the source file for this data.
Returns the character-set as found in the PO-file. The strings are converted into utf8 before you use them in the program.
Lookup the translations with the STRING. Returns a SCALAR, when only
one translation is known, and an ARRAY when we have plural forms.
Returns undef
when the translation is not defined.
Returns the translated string for $msgid. When not specified, $count is 1 (the singular form).