> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Language Action

> Change player language.

The **Set Language Action** changes a player's language preference and saves it.

## Configuration

<ResponseField name="language" type="String" required>
  The language ID to set (e.g., `en_GB`, `fr_FR`). Supports placeholders.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: set_language_action
    language: "fr_FR"
  ```
</CodeGroup>
