Extracted from Pike v7.6 release 61 at 2005-12-30.
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 months

Description

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


Constant days

constant days

Description

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


Constant iso_639_1

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

Description

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


Constant iso_639_2B

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

Description

The name of the language in english.


Constant name

constant name

Description

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


Constant languages

constant languages

Description

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