# Languages

Threekit supports multilingual configurators. The steps below cover the process of adding additional languages to a configuration experience. ([How-to Guide Here](/learn/training/self-led-training/adding-additional-languages.md))

Navigate to **Languages** within **Settings**

<img src="/files/WJ5dDA6XFyzGAFImdQ5B" alt="" width="226">

Click **Add Language**

![](/files/P6F9zcVpIVf4HlZDXzN0)

Populate the label and the language code

![](/files/61wwhPGTMRfXW8xmgrmN)

**Export** to .csv

![](/files/WA5MgVQvuwY3o4GOyJ1a)

Each language will be represented by a column on the CSV, include translations where appropriate

![](/files/NtaP1xDJ0yEBcDDOmjMF)

Import the .csv file

![](/files/QjcBco39gjeiuQFMziNU)

The imported .csv file will be visible beneath the **Import** button, and can be deleted at any time by hovering over the file name.

![](/files/NxGvpWFDKLu3emD9Zz9G)

The imported file will be used as the translation source upon embedding the Threekit Player and making use of the appropriate initialization parameter to set the language.

To view a given item in a specific language, simply select it from the dropdown on any catalog item.

![](/files/16Ux0L0yOe0hYIrT4cAL)


---

# 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://community.threekit.com/platform-documentation/catalog-2.0-docs/org-setup/project-settings/languages.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.
