> ## 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.

# Switch Locale

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/jD73u_IBHRit9B59/_assets/ai/develop/node-reference/logic/switch-locale.png?fit=max&auto=format&n=jD73u_IBHRit9B59&q=85&s=7207b9adee15c110e02745b27c1ec57e" alt="Switch Locale Node configuration panel" style={{ width: 'auto' }} width="464" height="124" data-path="_assets/ai/develop/node-reference/logic/switch-locale.png" />
</Frame>

## Description

The Switch Locale Node changes the [Locale](/ai/platform-features/translation-and-localization/localization) of the Flow during a conversation. It is common to use this Node after language detection or based on the region of the user to execute a change to the conversational language or structure based on an assessment of the user's region or spoken language.

## Prerequisites

* A [Locale](/ai/platform-features/translation-and-localization/localization) must be configured in order to populate the options available for selection in the **Locale** list.

## Parameters

<a href="/release-notes/4.80"><Badge className="version-badge" color="blue">Updated in 4.80</Badge></a>

| Parameter         | Description                                                                                                |
| ----------------- | ---------------------------------------------------------------------------------------------------------- |
| Use CognigyScript | Toggle to use CognigyScript to switch the Locale using the Locale reference ID in the **Locale** field.    |
| Locale            | Select the Locale to switch to or enter the Locale reference ID if the **Use CognigyScript** is activated. |

## Usage

To switch the Locale for the current execution, you need to use a [Think](/ai/agents/develop/node-reference/logic/think) Node after the Switch Locale Node. With this functionality, the current Flow is triggered again, but the new Locale is used.
