Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configuring Dynamic Translation for Agent Chat

Activate Dynamic Translation for Agent Chat (DTAC) so chat conversations can be translated from one language to another.

Image omitted: icon-video-link.png
Video link to Dynamic Translation. [Dynamic Translation for Agent Chat](https://www.youtube.com/watch?v=IsRVDvjHqXw) Watch this video for more information on global support with Dynamic Translation for Agent Chat.

Prerequisite steps

These tasks must be completed prior to activating DTAC:

Activating DTAC

DTAC translates chat conversations from one language to another. The preferred languages for the agent and requester are based on their user profiles and a translation service translates the messages into the defined language of the other participant. Translation service providers support language detection for requesters who are not logged in to ServiceNow®, also referred to as guest users.

DTAC is inactive by default. Before activating DTAC, the following requirements must be completed:

Activate the Dynamic Translation for Agent Chat plugin (com.glide.cs.dynamic.translation.agent.chat).

This also activates these plugins:

  • Dynamic Translation (com.glide.dynamic_translation)
  • Conversational Dynamic Translation (com.glide.dynamic_translation.va_async)

and these system properties:

  • true - sync
  • false - async
  • absence of this property - async

Transferring from Virtual Agent to a live agent

Once an agent accepts a chat, they can see the chat history between the Virtual Agent and requester in their preferred language for more context.

Virtual Agent topics must be set up in the desired languages prior to using DTAC. To learn more about how to set up topics, see Virtual Agent Designer.

Image omitted: transfer-va-live-agent.png
Transferring from virtual agent to live agent

Translation support in chat conversations

When DTAC is enabled, these items are translated in chat conversations:

  • Users' messages
  • System messages
  • Virtual Agent chat history
  • Record card field values
  • Rich controls

    TypeRich Control
    User inputString
    User inputStatic choice list
    User inputReference choice
    User inputBoolean
    User inputDate time
    User inputFile picker
    User inputCarousel
    Bot responseText
    Bot responseSingle link
    Bot responseMultiple links
    Bot responseMulti-flow output
    Bot responseScript output
    Bot responseRecord card

DTAC does not support record card labels. For this functionality to operate, system localization properties must be configured. Navigate to System Properties > System Localization. For more information, see ServiceNow® product documentation on Localization settings.

Image omitted: messages-translation-support.png
Messages and record card translation support

Analytical reports for DTAC

You can generate a report that counts the number of DTAC chats, to assess how many conversations use the DTAC option.

Monitor the number of true values in the Translated column in the Interaction table. For more information, see the ServiceNow® product documentation on Interaction records in Workspace Interaction records in Agent Workspace.

Parent Topic:Configuring Agent Chat