GoogleTranslate

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

Use this component to translate words and sentences between different languages. This component needs Internet access, as it will request translations to the Google Translate service. Specify the target language in the to target using two letter language codes. So 'hi' will translate from given language to Hindi while 'ru' will translate from given language to Russian. The source language will autometically get detected. So providing just 'hi' will attempt to detect the source language and translate it to Hindi.

To know more about the supported language and language codes kindly visit cloud.google.com/translate/docs/languages



Methods

You can set the below method blocks in the blocks section of the builder.

GetTranslation

Simply set language code to which you wnat to convert given text.


Events

You can set the below event blocks in the blocks section of the builder.

ErrorOccurred

Triggered after upload being called

GotTranslation

Triggered after upload being called