# Get Translation Key

## Overview

![The Get Translation Key Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-bb8134fbcbdc47679477de1ba412c78f495f5868%2Fgettranslationkeynode.png?alt=media)

The **Get Translation Key Node** returns the key referenced by the inputted **Object**.

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

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the **Object** the user wishes to get the key from.         |

## 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. |
| `Key`              | **String** | The outputted translation key.                                                                                                         |

## See Also

* [**Set Translation Key**](https://docs.incari.com/incari-studio/toolbox/localization/settranslationkey)
