public enum BootboxLocale extends Enum<BootboxLocale>
Enum Constant and Description |
---|
BG_BG |
BR |
CS |
DA |
DE |
EL |
EN |
ES |
ET |
FA |
FI |
FR |
HE |
HR |
HU |
ID |
IT |
JA |
LT |
LV |
NL |
NO |
PL |
PT |
RU |
SQ |
SV |
TH |
TR |
ZH_CN |
ZH_TW |
Modifier and Type | Method and Description |
---|---|
static BootboxLocale |
getDefault()
Returns the default locale:
EN . |
String |
getLocale()
Returns the locale.
|
static BootboxLocale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootboxLocale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootboxLocale BG_BG
public static final BootboxLocale BR
public static final BootboxLocale CS
public static final BootboxLocale DA
public static final BootboxLocale DE
public static final BootboxLocale EL
public static final BootboxLocale EN
public static final BootboxLocale ES
public static final BootboxLocale ET
public static final BootboxLocale FA
public static final BootboxLocale FI
public static final BootboxLocale FR
public static final BootboxLocale HE
public static final BootboxLocale HU
public static final BootboxLocale HR
public static final BootboxLocale ID
public static final BootboxLocale IT
public static final BootboxLocale JA
public static final BootboxLocale LT
public static final BootboxLocale LV
public static final BootboxLocale NL
public static final BootboxLocale NO
public static final BootboxLocale PL
public static final BootboxLocale PT
public static final BootboxLocale RU
public static final BootboxLocale SQ
public static final BootboxLocale SV
public static final BootboxLocale TH
public static final BootboxLocale TR
public static final BootboxLocale ZH_CN
public static final BootboxLocale ZH_TW
public static BootboxLocale[] values()
for (BootboxLocale c : BootboxLocale.values()) System.out.println(c);
public static BootboxLocale valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static BootboxLocale getDefault()
EN
.Copyright © 2017. All rights reserved.