I18Nv2_Language::getName()

I18Nv2_Language::getName()  -- Return name of the language for language code

Synopsis

require_once 'I18Nv2/Language.php';

string I18Nv2_Language::getName (string $code)

Description

Get the language name for the two/three letter language code.

Paramètres

chaîne de caractères $code

two/three letter language code

Valeur retournée

Returns chaîne de caractères name of the language.

Note

Cette fonction ne peut pas être appelée de façon statique.