Extracted from Pike v8.0 release 240 as of 2016-05-31.
   

Class Locale.Language.abstract

Inheritance graph
Locale.Language.abstract Locale.Language.cat Locale.Language.ces Locale.Language.deu Locale.Language.eng Locale.Language.fin Locale.Language.fra Locale.Language.hrv Locale.Language.hun Locale.Language.ita Locale.Language.jpn Locale.Language.mri Locale.Language.nld Locale.Language.nor Locale.Language.pol Locale.Language.por Locale.Language.rus Locale.Language.slv Locale.Language.spa Locale.Language.srp Locale.Language.swe
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.