Package com.mapfactor.sdk.utils
Enum Class Localization.Language
- All Implemented Interfaces:
Serializable
,Comparable<Localization.Language>
,Constable
- Enclosing interface:
- Localization
App languages
- Since:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionArabicBelarusBulgarianCatalanChiniseChinese simplifiedCroatianCzechDanishDutchEnglish (Great Britain)English (USA)FarsiFinnishFrenchGermanGreekHebrewHungarianItalianKoreanLatvianLithuanianMacedonianNorwegianPolishPortugueseBrazilian PortugueseRomanianRussianSerbianSinhalaSlovakSlovenianSpanishSwedishSwedish (Sweden)TurkishUkrainianVietnamese -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Get full ISO codeGet ISO code languageabstract String
getName()
Get localized language namestatic Localization.Language
Returns the enum constant of this class with the specified name.static Localization.Language[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARABIC
Arabic- Since:
- 4.1
-
BELARUSIAN
Belarus- Since:
- 4.1
-
BULGARIAN
Bulgarian- Since:
- 4.1
-
CATALAN
Catalan- Since:
- 4.1
-
CHINESE
Chinise- Since:
- 4.1
-
CHINESE_SIMPLIFIED
Chinese simplified- Since:
- 4.1
-
CROATIAN
Croatian- Since:
- 4.1
-
CZECH
Czech- Since:
- 1.0
-
DANISH
Danish- Since:
- 4.1
-
DUTCH
Dutch- Since:
- 4.1
-
ENGLISH_GB
English (Great Britain)- Since:
- 1.0
-
ENGLISH_US
English (USA)- Since:
- 1.0
-
FARSI
Farsi- Since:
- 4.1
-
FINNISH
Finnish- Since:
- 4.1
-
FRENCH
French- Since:
- 4.1
-
GERMAN
German- Since:
- 4.1
-
GREEK
Greek- Since:
- 4.1
-
HEBREW
Hebrew- Since:
- 4.1
-
HUNGARIAN
Hungarian- Since:
- 4.1
-
ITALIAN
Italian- Since:
- 4.1
-
KOREAN
Korean- Since:
- 4.1
-
LATVIAN
Latvian- Since:
- 4.1
-
LITHUANIAN
Lithuanian- Since:
- 4.1
-
MACEDONIAN
Macedonian- Since:
- 4.1
-
NORWEGIAN
Norwegian- Since:
- 4.1
-
POLISH
Polish- Since:
- 4.1
-
PORTUGUESE
Portuguese- Since:
- 4.1
-
PORTUGUESE_BRAZIL
Brazilian Portuguese- Since:
- 4.1
-
ROMANIAN
Romanian- Since:
- 4.1
-
RUSSIAN
Russian- Since:
- 4.1
-
SERBIAN
Serbian- Since:
- 4.1
-
SINHALA
Sinhala- Since:
- 4.1
-
SLOVAK
Slovak- Since:
- 4.1
-
SLOVENIAN
Slovenian- Since:
- 4.1
-
SPANISH
Spanish- Since:
- 3.5
-
SWEDISH
Swedish- Since:
- 4.1
-
SWEDISH_SWEDEN
Swedish (Sweden)- Since:
- 4.1
-
TURKISH
Turkish- Since:
- 4.1
-
UKRAINIAN
Ukrainian- Since:
- 4.1
-
VIETNAMESE
Vietnamese- Since:
- 4.1
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getIsoCode
Get full ISO code- Returns:
- ISO code
- Since:
- 4.1
-
getIsoCodeLanguage
Get ISO code language- Returns:
- ISO code language
- Since:
- 4.1
-
getName
Get localized language name- Returns:
- language name
- Since:
- 4.1
-