Translation2::getLangTranslation2::getLang() -- get lang info Synopsisrequire_once 'Translation2.php'; |
mixed Translation2::getLang ([string $langID = NULL [, string $format = 'name']])
Description
Get some extra information about the language
(its full name, the localized error text, ...)
Parameter
- string
$format
['name', 'meta', 'error_text',
'array']
Return value
returns [string | array], depending on $format
NoteThis function can not be called
statically. |
|