public interface TranslationService
Modifier and Type | Method and Description |
---|---|
String |
translate(String translateText,
String targetLanguage)
Translate.
|
String translate(String translateText, String targetLanguage) throws TranslationException
translateText
- the translate texttargetLanguage
- the target languageTranslationException
- the translation exceptionCopyright © 2010–2017 www.hack23.com. All rights reserved.