# Multi-language Configuration and Translation

## 📒<mark style="color:blue;">Multi-language configuration</mark>

One playable can contain multiple languages, which you can apply in different regions.

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

### 1. PLEASE NOTE

* <mark style="color:red;">**Multiple language versions are packaged together in one playable**</mark>**.** You only need to download one package and apply it in multiple countries.
* When previewing playables on the Playturbo platform or other channels, the language displayed will prioritize the default language of your device/browser.
* **Multilanguage auto-adaptation** **only applies to text assets.** Image and video assets cannot be auto-translated. If you need localized versions, please duplicate the project for each language and manually replace the image/video content accordingly.

### 2.DEFAULT LANGUAGE

Playturbo supports adding, editing, and deleting languages for your project.

* Change default language: After adding multiple languages, select the added language to successfully set it as the default language.
* Click the small pencil button on the right side of the default language to configure all text content languages in the material package one by one. The text input box supports vertical stretching.
* The currently selected default language does not support deletion. Unselected languages support text content editing and direct deletion.

**🌟 About Playturbo’s&#x20;**<mark style="color:red;">**Default Language**</mark>**&#x20;Rules**

* **The system will prioritize matching the user’s device/browser language with the languages added in the playable package.**
* **If there is no match, the language set as Default Language will be displayed.**

<div align="left"><figure><img src="/files/1TyZTftGlnxZ28aEvOGu" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="186">Added Languages</th><th width="132">Default Language</th><th>The Language Users Will See</th></tr></thead><tbody><tr><td>Example A: Chinese, English, Korean</td><td>English</td><td><ul><li>If the device/browser language is Chinese → Chinese</li><li>If the device/browser language is Korean → Korean</li><li>If the device/browser language is neither of the above → English</li></ul></td></tr><tr><td>Example B: English</td><td>English</td><td>Regardless of the device/browser language → English</td></tr></tbody></table>

## 📒<mark style="color:blue;">Multilingual intelligent translation</mark>

When adding a language version, you can use the existing language to make the translation by the AI translation function.

### STEP1 Add Language

\[Global Settings]- \[Add Language]

<div align="left"><figure><img src="/files/a43yIu0MS1sxpuzjWKEv" alt=""><figcaption></figcaption></figure></div>

### STEP2 Confirm source and target languages

* Select "Source Language", which must be an existing language version.
* Use the text in that language version for translation. Select "Target Language", which is the new language to be added.
* Select the text to be translated and click the "Translate" button.&#x20;

<div align="left"><figure><img src="/files/WdLSBCfVI5ktSdsRJumg" alt=""><figcaption></figcaption></figure></div>

### STEP3 Fine-tune

After waiting for the translation result, you can further modify the text in the text box.

After the modification is completed, click "Confirm" to add a new language version.

<div align="left"><figure><img src="/files/bAyLZwmoJQNwT41Ms4wl" alt="" width="469"><figcaption></figcaption></figure></div>

<mark style="color:red;">Note: When dealing with different currency symbols in text, manual adjustment is required.</mark>


---

# 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://doc.playturbo.com/playable-tools-content-editor/content-editor-user-guide/editing-page-module-intro/parameter-setting-area/global-settings/multi-language-configuration-and-translation.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.
