Returns either a specific or all ISO-639 language names.
public static getLanguageISO ( string $code = null ) : mixed | ||
$code | string | The ISO 639 language code. |
Résultat | mixed | If a language code has been requested will return the corresponding language name. If empty will return an array of all the language codes (keys) and their names (values). |