Translation2::getDecorator | Translation2::getLangs |
Translation2 | |
PEAR Manual | |
require_once 'Translation2.php'; |
mixed Translation2::getLang (
string $langID = NULL
, string $format = 'name'
)
Get some extra information about the language (its full name, the localized error text, ...)
['name', 'meta', 'error_text', 'array']
returns [string | array], depending on $format
This function can not be called statically.
Translation2::getDecorator | Translation2::getLangs |
Translation2 | |
PEAR Manual | |