Class Locale.Language.abstract

Inheritance graph
Description

Abstract language locale class, inherited by all the language locale classes.


Constant days

constant Locale.Language.abstract.days

Description

Array(string) with the days of the week, beginning with Sunday.


Constant english_name

constant string Locale.Language.abstract.english_name

Description

The name of the language in english.


Constant iso_639_1

optional constant int Locale.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

constant int Locale.Language.abstract.iso_639_2

Description

String with the language code in ISO-639-2/T (three character code).


Constant iso_639_2B

constant int Locale.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

constant Locale.Language.abstract.languages

Description

Mapping(string:string) that maps an ISO-639-2/T id code to the name of that language.


Constant months

constant Locale.Language.abstract.months

Description

Array(string) with the months of the year, beginning with January.


Constant name

constant string Locale.Language.abstract.name

Description

The name of the langauge. E.g. "svenska" for Swedish.