| Enum Constant and Description |
|---|
CA_ES |
DA_DK |
DE |
DE_DE |
EN |
EN_AU |
EN_CA |
EN_GB |
EN_IN |
EN_US |
ES |
ES_ES |
ES_MX |
FI_FI |
FR |
FR_CA |
FR_FR |
IT |
IT_IT |
JA_JP |
KO_KR |
NB_NO |
NL_NL |
PL_PL |
PT_BR |
PT_PT |
RU_RU |
SV_SE |
ZH_CN |
ZH_HK |
ZH_TW |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAliceOnly()
Determine whether this language setting overrides the
Voice setting, forcing the Voice.ALICE voice. |
java.lang.String |
toString() |
static Language |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Language[] values()
for (Language c : Language.values()) System.out.println(c);
public static Language valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isAliceOnly()
Voice setting, forcing the Voice.ALICE voice.