> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Translation

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/eCWTpPMMSEqv9wTC/_assets/ai/develop/node-reference/other/set-translation.png?fit=max&auto=format&n=eCWTpPMMSEqv9wTC&q=85&s=b7ff0150b82ea470902c7e8c8f9d6d2c" alt="Set Translation Node configuration panel" style={{ width: 'auto' }} width="466" height="124" data-path="_assets/ai/develop/node-reference/other/set-translation.png" />
</Frame>

## Description

This Node enables the override of real-time translation settings for the ongoing session. Translation settings are defined on the [Agent Settings](/ai/administer/access/project-settings) page.

## Restrictions

* Translation with the Set Translation Node is supported only for the output types of the [AI channel](/ai/agents/develop/node-reference/basic/say) in your Nodes.

## Parameters

| Parameter                                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Translation Enabled                        | Whether translation is activated in the Endpoint or not.<br />Can be enabled using the slide bar.                                                                                                                                                                                                                                                                                                                                                                                          |
| User Input Language                        | The language of the user input.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Flow Language                              | The language to translate to.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Don't translate Payloads                   | Whether to preserve payloads so they aren't translated when they are returned.<br />Can be enabled using the slide bar.                                                                                                                                                                                                                                                                                                                                                                    |
| No-Translation Marker                      | Prevents the translation of text that the AI Agent sends to the user. By default, the text enclosed in the `**` no-translation marker is translated. For example, if you write `Willkommen, **Moin**!` in a Say Node of your Flow and the detected language is English, the AI Agent sends to the user `Welcome, Moin!` because `Moin` isn't translated to `Good Morning`.                                                                                                                 |
| Set user input language on execution count | If the input language is set to 'Auto-Detect', it's fixed to its current value on this execution count.                                                                                                                                                                                                                                                                                                                                                                                    |
| Always remove No-translation Markers       | Whether we remove No-Translation Markers, even if a translation isn't enabled.<br />Can be enabled using the slide bar.                                                                                                                                                                                                                                                                                                                                                                    |
| Settings                                   | <ul><li>**Label**: Enter a name for your choice to the Node. [Adding a Label](/ai/agents/develop/nodes/overview) replaces the bottom text line of a Node.</li><li>**Comment**: [Additional information](/ai/agents/develop/nodes/overview) about the Node.</li><li>**Analytics step**: Enter a meaningful step name used as [Annotation](/insights/explorers/step#annotate-nodes) for the [Step explorer](/insights/explorers/step) in [Insights](/insights/overview) analytics.</li></ul> |
