# AI Translations Hub

{% hint style="info" %}
Want to add translations programmatically with AI? [Try using the Supademo MCP.](https://docs.supademo.com/customize/mcp-server)
{% endhint %}

### What is the AI Translations Hub?

Supademo’s Translations Hub makes it easy to localize demos for multiple languages and audiences, allowing viewers to seamlessly switch between different text and voiceovers.

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

<details>

<summary>Supported Languages for Text and Voiceover Translations</summary>

* 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

</details>

{% hint style="info" %}
Translations hub is perfect for organizations with global audiences, it streamlines content internationalization and localization across regions.
{% endhint %}

### How to Easily Add Multiple Languages to Your Supademo

1. To create one, simply click **Personalize,** then choose **Translate with AI** from within the edit pages of a particular Supademo.
2. Next, click **Open translations hub.**&#x20;
3. Following that, select a language from the options from within the **Translate to** dropdown menu.
4. Click **Translate** to preview both your text and voiceover translations.&#x20;
   1. Supademo displays both the original text and voiceovers, along with the translated versions — making it easy to update and edit at scale.
5. Review your translations, then select **Save Translation.**
6. Once the translation is saved, you can either **Close** out the translations hub, or click **Add translation** to add another language.
7. When a viewer opens a Supademo with translation options, they’ll see a **Translate** button in the top-right corner of the demo. Clicking this button displays a list of available languages that they can easily toggle between.

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

{% hint style="info" %}
If you’d like to send a Supademo that **opens directly in a translated version** — for example, if your Supademo was recorded in English but you’ve created a French translation and want your customer to see that translation — you can do so by appending `?lang=French` (or the language code you’ve translated to) to the URL.\
— e.g. `?lang=Spanish`, `?lang=German`, etc.
{% 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.supademo.com/customize/personalize/ai-translations-hub.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.
