# Set Translation Key

## Overview

![The Set Translation Key Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-bbb80d40c9a6ac2289ecf3285503f84701fadff3%2Fsettranslationkeynode.png?alt=media)

The **Set Translation Key** sets the translation `Key` for a specific **Object**.

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

## Attributes

![The Set Translation Key Node Attributes.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-cc2049b24c865a470169af405c99038f561f314f%2Fsettranslationkeyatts.png?alt=media)

| Attribute | Type         | Description                                                                                                                                                                                                                                                                         |
| --------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Key`     | **Dropdown** | The key that the user wishes to set for the given **Object** if one is not added to the **Input Socket**. The possible keys come from the `.local` file inputted in the [**Project Settings**](https://docs.incari.com/incari-studio/2024.1/modules/project-settings/localization). |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** that the user wishes to set the key for.               |
| `Key`             | **String**   | The key that the user wishes to set for the given **Object**.         |

## 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 Translation Key**](https://docs.incari.com/incari-studio/2024.1/toolbox/localization/gettranslation)
