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 LanguageDetectedLanguage.languageThe language enum, null if not found.final LanguageLanguageInfo.languageThe language enum, null if not found.Methods in com.iizix.translate.google that return LanguageModifier and TypeMethodDescriptionstatic LanguageCreates a Language enum from a language ID.static LanguageReturns 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.