# Multi-Language

StatusPal is the better status page alternative for companies that are serious about supporting multiple languages.

Our powerful multi-language implementation allows you to easily communicate about your incidents & maintenance in any number of languages and to translate every field down to your notifications.

### Enable multi-language&#x20;

Enabling multi-language support in StatusPal is quick and easy. Go to the Languages section from the sidebar in your dashboard.

By default, English is used when no other languages are configured.

<figure><img src="/files/5rEylA0FSZGDwER7VoB5" alt=""><figcaption></figcaption></figure>

Click New Language to open the language editor. From there, you can select any language from the list. If a translation already exists for that language, it will be automatically loaded; otherwise, English will be used as the base.

Once you have configured two or more languages, multi-language support will be enabled for your status page.

### Multi-language incidents, services, and more

Upon enabling multi-language, you'll have the ability to report your incidents, maintenance, and information notices in multiple languages. A new tab will appear above the fields that support multi-language, like the incident title, for example:

<figure><img src="/files/1c9GKQkW0Ltp0Nqng3uJ" alt="Multi-language incidents, services, and more in your status page"><figcaption></figcaption></figure>

#### Fields that support multi-language

* Incident and maintenance
* Information notices
* Custom incident types
* Services
* Incident templates
* Some status page fields like company name and header logo text.

### AI-powered translations

Thanks to AI, StatusPal supports the auto-translation of the above fields. Simply leave a field without translation, and we'll translate it for you!

<figure><img src="/files/ozBdOKs31wHAyR7qZ8eS" alt="AI-powered translations in status page"><figcaption></figcaption></figure>

You can enable/disable AI-powered auto translations for your status page under your status page advanced settings.

{% hint style="info" %}
You can access your status page's advanced settings by clicking on <mark style="background-color:green;">Status page > Settings</mark> from the sidebar, then scrolling down and expanding the "Advanced" section.
{% endhint %}

<div align="left"><figure><img src="/files/PDZaKXX5oKsYOUJVA5kg" alt="status page AI-powered auto translations settings"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Note that this feature is available only on the Business plan and above.
{% endhint %}

### Custom app translations with inline YAML editor

The inline YAML text editor allows for easy customization of any translation language in order for it to fit your needs.

<div align="left"><figure><img src="/files/KWsAkIJtNjRzs10N4Ewh" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.statuspal.io/platform/multi-language.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.
