Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Locale
Locale.Language
Locale.Language.abstract

Class Locale.Language.abstract

Description

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


Constant months

constant Locale.Language.abstract.months

Description

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


Constant days

constant Locale.Language.abstract.days

Description

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


Constant iso_639_1

constant 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 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 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 english_name

constant Locale.Language.abstract.english_name

Description

The name of the language in english.


Constant name

constant Locale.Language.abstract.name

Description

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


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.