> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/reference/change-the-interface-language.md).

# Change the interface language

Captivate runs its interface in any of thirteen languages. The setting is per user on this computer — it doesn’t travel with a project, and it doesn’t change anything about the graphics you build or the text they display.

## Choose a language

1. Choose **Settings** > **Language**.
2. Pick a language from the list. The current one is ticked.
3. Captivate confirms: *"Please restart the application for language settings to take effect."*
4. Close Captivate and open it again. The interface comes back in the language you chose.

The available languages are **English**, **Arabic**, **Chinese**, **French**, **German**, **Hindi**, **Indonesian**, **Italian**, **Japanese**, **Korean**, **Spanish**, **Portuguese**, and **Russian**.

{% hint style="info" %}
The restart is required — the menus, panels, and dialogs are built when Captivate starts, so the change appears only in a fresh session.
{% endhint %}

## What the setting does and doesn’t change

The language applies to Captivate’s own interface: menus, panels, dialogs, and messages.

It does not affect:

* **The text in your graphics.** What a title displays comes from its design and its data, in whatever language you authored or received it. Changing the interface language doesn’t translate a graphic.
* **Data arriving from a Data Controller.** Scores, names, and other incoming values pass through as sent.
* **Your projects.** A project built in one language opens identically in another.

**💡 TIP**\
If you share a computer with operators who prefer different languages, each user account on the machine keeps its own choice.

## Related

* [The playout interface](/get-started/chapter-index-2/the-playout-interface.md) — a tour of the panels the language setting renames.
* [Customize Captivate’s layout](/get-started/chapter-index-2/customize-your-layout.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://captivatehelp.newbluelive.com/reference/change-the-interface-language.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
