Class Locale.Language.abstract
- Description
 Abstract language locale class, inherited by all the language locale classes.
- Constant days
 constantLocale.Language.abstract.days- Description
 Array(string) with the days of the week, beginning with Sunday.
- Constant english_name
 constantstringLocale.Language.abstract.english_name- Description
 The name of the language in english.
- Constant iso_639_1
 optionalconstantintLocale.Language.abstract.iso_639_1- Description
 String with the language code in ISO-639-1 (two character code). Note that all languages does not have a ISO-639-1 code.
- Constant iso_639_2
 constantintLocale.Language.abstract.iso_639_2- Description
 String with the language code in ISO-639-2/T (three character code).
- Constant iso_639_2B
 constantintLocale.Language.abstract.iso_639_2B- Description
 String with the language code in ISO-639-2/B (three character code). This is usually the same as the ISO-639-2/T code (iso_639_2).
- Constant languages
 constantLocale.Language.abstract.languages- Description
 Mapping(string:string) that maps an ISO-639-2/T id code to the name of that language.
- Constant months
 constantLocale.Language.abstract.months- Description
 Array(string) with the months of the year, beginning with January.
- Constant name
 constantstringLocale.Language.abstract.name- Description
 The name of the langauge. E.g. "svenska" for Swedish.