# Languages & Text

PremiumPress themes come with 12 pre-translated language files to help save time on translations. Additional language files can be added easily through the admin area.

The pre-installed languages include: English, Spanish, French, German, Chinese (Simplified), Portuguese, Japanese, Russian, Polish, Dutch, Romanian, and Italian.

{% hint style="info" %}
Please note that we cannot guarantee the accuracy of these language files, as they are user-submitted and may contain errors. However, you can easily review and adjust any translation text at any time via the admin area using the Loco Translate plugin.
{% endhint %}

### Basic Text Changes

If you're not running a multi-language website and just need to make basic text changes, the Quick Text Editor is the easiest and most effective solution.

{% tabs %}
{% tab title="Quick Editor" %}
{% embed url="<https://www.youtube.com/watch?v=8N3mc2qwB68>" %}
{% endtab %}
{% endtabs %}

***

### Multi-Language Websites

If your website supports multiple languages, these video tutorials will guide you through setting up separate pages for each language.

{% tabs %}
{% tab title="Text Changes" %}
{% embed url="<https://www.youtube.com/watch?v=KESQX-U4iAM>" %}
{% endtab %}

{% tab title="Page Translations" %}
{% embed url="<https://www.youtube.com/watch?v=jemM06hZOmo>" %}
{% endtab %}

{% tab title="Taxonomy Translations" %}
{% embed url="<https://www.youtube.com/watch?v=s2yYRKB9EVE>" %}
{% endtab %}

{% tab title="Menu Translations" %}
{% embed url="<https://www.youtube.com/watch?v=Zz8WZhf_JuA>" %}
{% endtab %}
{% endtabs %}


---

# 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://premiumpress.gitbook.io/docs/install-and-setup/languages-and-text.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.
