# Set Translation Key

## Overview

![The Set Translation Key Node.](/files/sNzHxEKuorFzz2uSaEl0)

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

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

## Attributes

![The Set Translation Key Node Attributes.](/files/3CfZr6VjsO76HDFLQ8vw)

| 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**](/incari-studio/2024.1/modules/project-settings/localization.md). |

## 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**](/incari-studio/2024.1/toolbox/localization/gettranslation.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2024.1/toolbox/localization/settranslationkey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
