Translate
This activity translates a text string from a source language to a target language. Supports the following languages: English, Arabic, French, German, Chinese, Portuguese, and Spanish.
| Parameters | Description |
|---|---|
|
Text |
Text string to be translated |
|
SourceLanguage |
Language to be translated from |
|
TargetLanguage |
Language to be translated to |
| Parameters | Description |
|---|---|
|
Result |
Object containing the Source Language Code, Target Language Code, and Translated Text. |
|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
|
Translated Text |
Translation of the input Text string to the Target Language. |
↑