> 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/2024.1/toolbox/localization/setlanguage.md).

# Set Language

## Overview

![The Set Language Node.](/files/wrg0uJak1TyBW7baRwOM)

The **Set Language Node** sets the language being used on the execution of the **Node**. It can be selected in its **Attributes** or added in the **Input Socket**.

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

## Attributes

![The Set Language Node Attribute.](/files/gKVM08qQ0ncFsaTuYUqJ)

| Attribute  | Type       | Description                                                                                                  |
| ---------- | ---------- | ------------------------------------------------------------------------------------------------------------ |
| `Language` | **String** | The language to be set during the execution of the **Node**, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Language`        | **String** | The language to be set during 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. |

## See Also

* [**Get Language**](/incari-studio/2024.1/toolbox/localization/getlanguage.md)
