MapLanguage enum

This enum represents map exhibition language codes.

The basic naming pattern consists of a 2-letter ISO 639-1 language code followed by a 2-letter ISO 3166-1 country code.

Some language codes consist only of a language code, i.e. without a country code.

When there is no ISO 639-1 language code, the related ISO 639-2 or ISO 639-3 language code is used.

In case the script is specified its ISO 15924 code is used.

Inheritance

Constructors

MapLanguage()
const

Values

enUs → const MapLanguage

English (United States)

afZa → const MapLanguage

Afrikaans

sqAl → const MapLanguage

Albanian

amEt → const MapLanguage

Amharic (Ethiopia)

arSa → const MapLanguage

Arabic (Saudi Arabia)

hyAm → const MapLanguage

Armenian

asIn → const MapLanguage

Assamese (India)

azLatnAz → const MapLanguage

Azeri - Latin

bnBd → const MapLanguage

Bangla (Bangladesh)

bnIn → const MapLanguage

Bangla (India)

euEs → const MapLanguage

Basque

beBy → const MapLanguage

Belarusian

bsLatnBa → const MapLanguage

Bosnian - Latin

bgBg → const MapLanguage

Bulgarian

caEs → const MapLanguage

Catalan (Spain)

kuArab → const MapLanguage

Central Kurdish - Arabic

zhCn → const MapLanguage

Chinese (Simplified China)

zhHk → const MapLanguage

Chinese (Traditional Hong Kong)

zhTw → const MapLanguage

Chinese (Traditional Taiwan)

hrHr → const MapLanguage

Croatian

csCz → const MapLanguage

Czech

daDk → const MapLanguage

Danish

prsArabAf → const MapLanguage

Dari - Arabic (Afghanistan)

nlNl → const MapLanguage

Dutch

enGb → const MapLanguage

English (British)

etEe → const MapLanguage

Estonian

faIr → const MapLanguage

Farsi (Iran)

filPh → const MapLanguage

Filipino

fiFi → const MapLanguage

Finnish

frFr → const MapLanguage

French

frCa → const MapLanguage

French (Canada)

glEs → const MapLanguage

Galician

kaGe → const MapLanguage

Georgian

deDe → const MapLanguage

German

elGr → const MapLanguage

Greek

guIn → const MapLanguage

Gujarati (India)

haLatnNg → const MapLanguage

Hausa - Latin (Nigeria)

heIl → const MapLanguage

Hebrew

hiIn → const MapLanguage

Hindi

huHu → const MapLanguage

Hungarian

isIs → const MapLanguage

Icelandic

igLatnNg → const MapLanguage

Igbo - Latin (Nigera)

idId → const MapLanguage

Indonesian (Bahasa)

gaIe → const MapLanguage

Irish

xh → const MapLanguage

IsiXhosa

zuZa → const MapLanguage

IsiZulu (South Africa)

itIt → const MapLanguage

Italian

jaJp → const MapLanguage

Japanese

knIn → const MapLanguage

Kannada (India)

kkKz → const MapLanguage

Kazakh

kmKh → const MapLanguage

Khmer (Cambodia)

qucLatnGt → const MapLanguage

K'iche' - Latin (Guatemala)

rwRw → const MapLanguage

Kinyarwanda (Rwanda)

sw → const MapLanguage

KiSwahili

kokIn → const MapLanguage

Konkani (India)

koKr → const MapLanguage

Korean

kyCyrlKg → const MapLanguage

Kyrgyz - Cyrillic

lvLv → const MapLanguage

Latvian

ltLt → const MapLanguage

Lithuanian

lbLu → const MapLanguage

Luxembourgish

mkMk → const MapLanguage

Macedonian

msMy → const MapLanguage

Malay (Bahasa)

mlIn → const MapLanguage

Malayalam (India)

mtMt → const MapLanguage

Maltese (Malta)

miLatnNz → const MapLanguage

Maori - Latin (New Zealand)

mrIn → const MapLanguage

Marathi (India)

mnCyrlMn → const MapLanguage

Mongolian - Cyrillic

neNp → const MapLanguage

Nepali (Nepal)

nbNo → const MapLanguage

Norwegian (Bokma?l)

nnNo → const MapLanguage

Norwegian (Nynorsk)

orIn → const MapLanguage

Odia (India)

plPl → const MapLanguage

Polish

ptBr → const MapLanguage

Portuguese (Brazil)

ptPt → const MapLanguage

Portuguese (Portugal)

paGuru → const MapLanguage

Punjabi - Gurmukhi

paArab → const MapLanguage

Punjabi - Arabic

quLatnPe → const MapLanguage

Quechua - Latin (Peru)

roRo → const MapLanguage

Romanian

ruRu → const MapLanguage

Russian

gdLatnGb → const MapLanguage

Scottish Gaelic - Latin

srCyrlBa → const MapLanguage

Serbian - Cyrillic (Bosnia)

srCyrlRs → const MapLanguage

Serbian - Cyrillic (Serbia)

srLatnRs → const MapLanguage

Serbian - Latin (Serbia)

nsoZa → const MapLanguage

Sesotho Sa Leboa (South Africa)

tn → const MapLanguage

Setswana

sdArab → const MapLanguage

Sindhi - Arabic

siLk → const MapLanguage

Sinhala (Sri Lanka)

skSk → const MapLanguage

Slovak

slSi → const MapLanguage

Slovenian

esMx → const MapLanguage

Spanish (Mexico)

esEs → const MapLanguage

Spanish (Spain)

svSe → const MapLanguage

Swedish

tgCyrlTj → const MapLanguage

Tajik - Cyrillic

ta → const MapLanguage

Tamil

ttCyrlRu → const MapLanguage

Tatar - Cyrillic (Russia)

teIn → const MapLanguage

Telugu (India)

thTh → const MapLanguage

Thai

tiEt → const MapLanguage

Tigrinya (Ethiopia)

trTr → const MapLanguage

Turkish

tkLatnTm → const MapLanguage

Turkmen - Latin

ukUa → const MapLanguage

Ukrainian

ur → const MapLanguage

Urdu

ugArab → const MapLanguage

Uyghur - Arabic

uzCyrlUz → const MapLanguage

Uzbek - Cyrillic

uzLatnUz → const MapLanguage

Uzbek - Latin

catEs → const MapLanguage

Valencian (Spain)

viVn → const MapLanguage

Vietnamese

cyGb → const MapLanguage

Welsh

woLatn → const MapLanguage

Wolof - Latin

yoLatn → const MapLanguage

Yoruba - Latin

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MapLanguage>
A constant List of the values in this enum, in order of their declaration.