Uses of Enum Class
com.iizix.translate.google.Language
Packages that use Language
Uses of Language in com.iizix.translate.google
Fields in com.iizix.translate.google declared as LanguageModifier and TypeFieldDescriptionfinal Language
DetectedLanguage.language
The language enum, null if not found.final Language
LanguageInfo.language
The language enum, null if not found.Methods in com.iizix.translate.google that return LanguageModifier and TypeMethodDescriptionstatic Language
Creates a Language enum from a language ID.static Language
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.Methods in com.iizix.translate.google with parameters of type LanguageModifier and TypeMethodDescriptionstatic LanguageInfo[]
GoogleTranslate.getLanguages
(String key, Language language) Gets the languages that Google supports translations operations with.