1.Introduction
Description: Extension to translate text with Microsoft Translation API
Released: May 2, 2022
Last Updated: May 2, 2022
Permissions: android.permission.INTERNET
Thanks to @Point for sponsoring the extension.
2.Blocks
3.Documentation
Event raised when an error occursfunctionName | text errorMessage | text | |
Event raised after getting language’s listnamesList | any nativeNamesList | any langCodesList | any | |
Event raised after getting translationresponseDictionary | dictionary | |
Event raised after getting response of ‘TranslateWithLangDetection’ methodlanguage | text score | text responseDictionary | dictionary | |
Event raised after detecting languagelanguage | text score | text isTranslationSupported | boolean | |
Detects language of given texttext | text | |
Gets a list of all supported languages | |
Translates given text into target languagesrcLang | text text | text toLangList | text | |
Translates text with language detectiontext | text toLangList | text | |
Sets resource location Property Type : read-write Accepts : text | |
Sets subscription api key Property Type : read-write Accepts : text |
4.Usages
Trasnslate text into single language
*You can translate text into multiple languages by providing a csv list of language codes
Detect Text Language
5. Downloads
Hope it helps!