OTHER_CATEGORY
OTHER_CATEGORY
Super-special plural category: this should always be present for any language.
Holds the CLDR data.
getScriptNames(boolean $standAlone) : array<mixed,string>
Return a dictionary containing the script names (in US English).
The keys are the script identifiers. The values are the script names in US English.
boolean | $standAlone | Set to true to retrieve the stand-alone script names, false otherwise. |
getPlurals()
A dictionary containing the plural rules.
The keys are the language identifiers. The values are arrays whose keys are the CLDR category names and the values are the CLDR category definition.
** File not found : The **
getLanguageInfo(string $id) : array|null
Retrieve the name of a language, as well as if a language code is deprecated in favor of another language code.
string | $id | The language identifier. |
Returns an array with the keys 'id' (normalized), 'name', 'supersededBy' (optional), 'territory' (optional), 'script' (optional), 'baseLanguage' (optional), 'categories'. If $id is not valid returns null.