JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
com.iizix.translate.microsoft.Language
Packages that use
Language
Package
Description
com.iizix.translate.microsoft
Uses of
Language
in
com.iizix.translate.microsoft
Methods in
com.iizix.translate.microsoft
that return
Language
Modifier and Type
Method
Description
static
Language
Language.
get
(
String
langID)
Creates a Language enum from a language ID.
static
Language
Language.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Language
[]
Language.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.