I18Nv2_Language::getAllCodes()

I18Nv2_Language::getAllCodes()  -- Get all codes

Synopsis

require_once 'I18Nv2/Language.php';

array I18Nv2_Language::getAllCodes ()

Description

Get all language codes as associative array indexed by their two/three letter codes.

Return value

Returns array all language codes.

Note

This function can not be called statically.