> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/management-dashboard/settings/languages.md).

# Languages

The **Languages** section allows you to manage the data or content languages in Emporix e-commerce solution.\
While Emporix supports only English and German as user interface language, you can use as many data languages as you need for the data stored in the system.

<figure><img src="/files/dGQk5RZvym5kGHmo9eZR" alt=""><figcaption></figcaption></figure>

### Adding a data language

1. To add more data languages, go to **Settings** -> **Languages** and choose **Add Language**.
2. Enter the ISO code and language name, and confirm with **Add Language**.

{% hint style="info" %}
The languages use ISO-639-1 standard.
{% endhint %}

### Setting the default language

The data in default language always appears first in any localized field.

1. To set a different language as the default one, go to **Settings** -> **Languages**.
2. Change the tick under the **Default** column for the language you want to set as default.

The default language has been changed to the one you've just chosen.

<figure><img src="/files/TS8YyMDmVkxkn66IhRE1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more options for managing languages, see [Language Configuration Tutorials](/api-references/api-guides/configuration/configuration-service/language.md).
{% endhint %}


---

# 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://developer.emporix.io/ce/management-dashboard/settings/languages.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.
