Uses of Class
com.iizix.translate.Translation
Packages that use Translation
Uses of Translation in com.iizix.translate
Methods in com.iizix.translate that return TranslationModifier and TypeMethodDescriptionTranslates a text in plain text or HTML.Methods in com.iizix.translate with parameters of type TranslationModifier and TypeMethodDescriptionprotected voidTranslationQueue.onCompleted(KString sourceText, Translation translation) Informs the queue of a completed translation.voidITranslationReply.onTranslationReply(Translation translation) Called when the translation request completes.Uses of Translation in com.iizix.translate.google
Methods in com.iizix.translate.google that return TranslationModifier and TypeMethodDescriptionTranslates a text in plain text or HTML.static TranslationGoogleTranslate.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
Methods in com.iizix.translate.microsoft that return Translation