Translation2::getLang()

Translation2::getLang() -- get lang info

Referentiesamenvatting

require_once 'Translation2.php';

mixed Translation2::getLang ([string $langID = NULL [, string $format = 'name']])

Beschrijving

Get some extra information about the language (its full name, the localized error text, ...)

Parameter

string $langID

string $format

['name', 'meta', 'error_text', 'array']

Return waarde

returns [string | array], depending on $format

Note

Deze functie kan niet statisch worden aangeroepen.