Dynamic Translation spoke

  • Release version: Yokohama
  • Updated January 30, 2025
  • 1 minute to read
  • 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.

    The Dynamic Translation APIs are accessible across the ServiceNow platform through the following access points:
    • 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.

    The following actions are built in the Yokohama release in Dynamic Translation spoke:
    Table 1. Dynamic Translation Spoke actions and 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.