Uses of Class
com.iizix.translate.Translation
Uses of Translation in com.iizix.translate
Modifier and TypeMethodDescriptionTranslates a text in plain text or HTML.Modifier and TypeMethodDescriptionprotected void
TranslationQueue.onCompleted
(KString sourceText, Translation translation) Informs the queue of a completed translation.void
ITranslationReply.onTranslationReply
(Translation translation) Called when the translation request completes.Uses of Translation in com.iizix.translate.google
Modifier and TypeMethodDescriptionTranslates a text in plain text or HTML.static Translation
GoogleTranslate.translate
(ITranslator translator, String key, KString kstring, String sourceLangID, String targetLangID) Translates a string from one language (that can be auto detected) to another using Google Translate.Uses of Translation in com.iizix.translate.microsoft