Uses of Class
com.iizix.translate.google.Language
Packages that use Language Package Description com.iizix.translate.google Uses of Language in com.iizix.translate.google
Fields in com.iizix.translate.google declared as Language Modifier and Type Field Description Language
DetectedLanguage. language
The language enum, null if not found.Language
LanguageInfo. language
The language enum, null if not found.Methods in com.iizix.translate.google that return Language Modifier and Type Method Description static Language
Language. get(java.lang.String langID)
Creates a Language enum from a language ID.static Language
Language. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Language[]
Language. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.translate.google with parameters of type Language Modifier and Type Method Description static LanguageInfo[]
GoogleTranslate. getLanguages(java.lang.String key, Language language)
Gets the languages that Google supports translations operations with.