# Translations

### What is Supademo's AI translation?

You can leverage Supademo's AI Translation functionality to scale interactive demos across multiple regions and languages. When this feature is used, your demo content, including the title, chapters, hotspot text will be internationalized to your output language.

{% @supademo/embed demoId="cmhmhqa1x01x0sq9yxmunpayp" url="<https://app.supademo.com/demo/cmhmhqa1x01x0sq9yxmunpayp>" %}

{% hint style="success" %}
Supademo supports 50+ languages, including:&#x20;

* Albanian
* Amharic
* Arabic
* Armenian
* Bengali
* Burmese
* Catalan
* Chinese (Simplified, China)
* Chinese (Traditional, Hong Kong)
* Chinese (Traditional, Taiwan)
* Croatian
* Czech
* Danish
* Dutch
* English
* Estonian
* Filipino
* French (Canada)
* French
* German
* Greek
* Gujarati
* Hebrew
* Hindi
* Islandic
* Indonesian
* Italian
* Japanese
* Korean
* Malay
* Malayalam
* Marathi
* Nepali
* Norwegian
* Persian
* Polish
* Portuguese (Brazil)
* Portuguese (Portugal)
* Romanian
* Russian
* Sinhala
* Spanish
* Swedish
* Tamil
* Telugu
* Thai
* Turkish
* Ukrainian
* Urdu
* Vietnamese
  {% endhint %}

***

#### Steps:

1. **From the Personalize tab, click Translate with AI**
2. Select **Open translations hub** to access multilingual translation settings.
3. **Select** your target language under **Translate to.**
4. Once you've selected a language, click on **Translate**
5. Supademo displays both the original text and voiceovers, along with the translated versions — making it easy to update and edit at scale.
6. Review your translations, then select **Save Translation.**
7. Step 8
8. Viewers can toggle languages anytime using the **Translate** icon in the top-right corner.
9. Alternatively, if you want the demo to open automatically in a specific language, copy the URL with the `?lang=` parameter — for example, `?lang=French`.


---

# 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.supademo.com/customize/personalize/translations.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.
