Dynamic Translation spoke
The Dynamic Translation spoke provides actions to enable the ability to translate multiple texts from one language into one or more languages and detect the language of multiple texts seamlessly.
- Server
- Platform Client
- Portal Client
In the Yokohama release, the Dynamic Translation spoke enables you to access the Dynamic Translation APIs from the Workflow Studio.
The Dynamic Translation Spoke is a plugin (com.glide.dynamic_translation.spoke) that is available with activation of the Dynamic Translation plugin (com.glide.dynamic_translation).
The Dynamic Translation spoke contains actions that are built corresponding to the Dynamic Translation APIs.
| Action Name | API |
|---|---|
| Detect Language | getDetectedLanguage() |
| Detect Languages | getDetectedLanguages() |
| Translate Text | getTranslation() |
| Translate Texts | getTranslations() |
| Is Dynamic Translation Enabled | isDynamicTranslationEnabled() |
For more information about accessing the actions from the Workflow Studio, see Access Dynamic Translation spoke actions from Workflow Studio.