# Adding Language Dictionaries

In the admin, to create language dictionaries for each language, you will need to first create the languages. By default ZauberCMS uses en-US, however you can change this in the appSettings to whatever you want.

But, to use language dictionaries, you will need to create the default language in the Languages page

<figure><img src="/files/lS4BLRtRmDhMx9kAliEm" alt=""><figcaption><p>Example showing two languages created and ready to use</p></figcaption></figure>

Once you have created your languages you can then add your language dictionaries.&#x20;

<figure><img src="/files/TeGQRS9u1vLZbmz8Cj0t" alt=""><figcaption><p>Example showing a language dictionary with a key 'HelloText'</p></figcaption></figure>

Add your dictionary items with the appropriate language text you want to show.


---

# 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://aptitude.gitbook.io/zaubercms/language/adding-language-dictionaries.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.
