> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/events/localization/onlocalizationlanguagechange.md).

# On Localization Language Change

## Overview

![The On Localization Language Change Node.](/files/zlzABliS4g6oHJYup6RD)

**On Localization Language Change Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when there is a change in the current language. It also outputs the new current language.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Scene**, **Prefab**.

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Language`         | **String** | The current language on execution of the **Node**.                                                                                     |

## See Also

* [**Localization**](/incari-studio/modules/project-settings/localization.md)
* [**Localiztion Nodes**](/incari-studio/toolbox/localization.md)
