Uses of Class
app.jackychu.api.simplegoogletranslate.Language
-
-
Uses of Language in app.jackychu.api.simplegoogletranslate
Methods in app.jackychu.api.simplegoogletranslate that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(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 app.jackychu.api.simplegoogletranslate with parameters of type Language Modifier and Type Method Description StringSimpleGoogleTranslate. doTranslate(Language source, Language target, String text)Translate text from source language to target language
-