# Creating Custom Language Localization

Upon selecting Language > custom, you will see a screen for creating or selecting a custom language.<br>

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

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

1. A link to this tutorial page
2. A button to create a new language. (Only filename safe names & no duplicate names)
3. A button to select a custom language
4. A button to delete a custom language
5. Save & Exit (This will re-select english language setting)

When you select or create a custom language, it will copy english values and it should look like this:<br>

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

If you see the custom language icon, this means you can start editing the language!

Use the hotkey F7 to toggle the localization panel.

{% hint style="success" %}
HOTKEY: F7 Toggles localization panel if language is set to custom
{% endhint %}

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

1. Right click a piece of text to select it.
2. A box for editing the custom language
3. A button for resetting the value to English
4. A button for refreshing the UI. (In some cases your change will not immediately take affect. Like in dropdowns, or on specific pages. This button will not always refresh the UI to fix the display, but the next time you load the app your changes will be set correctly)

{% hint style="success" %}
You can drag this ui across the screen by left clicking and holding while moving it!
{% endhint %}

{% hint style="warning" %}
As stated above in #4, don't worry if your changes are not immediately taking affect visually. After a full Save & Load it should fix. If it doesn't get fixed, please contact the support discord with screenshots of the problem!
{% 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://docs.streamavatars.com/stream-avatars/content-creating/creating-custom-language-localization.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.
