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