---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.4
alternate:
  - https://yandex.com/dev/games/doc/en/concepts/languages-and-domains.md
  - https://yandex.com/dev/games/doc/hi/concepts/languages-and-domains.md
  - https://yandex.com/dev/games/doc/ko/concepts/languages-and-domains.md
  - https://yandex.com/dev/games/doc/ru/concepts/languages-and-domains.md
  - https://yandex.com/dev/games/doc/tr/concepts/languages-and-domains.md
  - https://yandex.com/dev/games/doc/vi/concepts/languages-and-domains.md
  - https://yandex.com/dev/games/doc/zh/concepts/languages-and-domains.md
  - href: en/concepts/languages-and-domains.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/en/llms.txt

# Languages and domains

<!-- source: en/_includes/script-common.md -->
<!-- source: en/_includes/script/index-js.md -->

<!-- endsource: en/_includes/script/index-js.md -->

<!-- source: en/_includes/script/requirements-js.md -->

<!-- endsource: en/_includes/script/requirements-js.md -->

<!-- source: en/_includes/script/image-modal-js.md -->

<!-- endsource: en/_includes/script/image-modal-js.md -->
<!-- endsource: en/_includes/script-common.md -->


#|
|| ![](../_images/icons/video.svg) | Video tutorial. How to attract players from other countries?

<div class="cut-button">

{% cut "Watch the video" %}

@[youtube](https://www.youtube.com/embed/TvZK0E3JbwI)

{% endcut %}

</div>

||
|#


[Yandex Games](https://yandex.com/games/){.external} supports multiple languages in [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes){.external} format.

{% cut "**Supported languages**" %}

#|
|| **Code** | **Language** | **Code** | **Language** | **Code** | **Language** | **Code** | **Language** ||
|| **ar** | Arabic | **az** | Azerbaijani | **be** | Belarusian | **bg** | Bulgarian ||
|| **ca** | Catalan | **cs** | Czech | **de** | German | **en** | English ||
|| **es** | Spanish | **fa** | Persian | **fr** | French | **he** | Hebrew ||
|| **hi** | Hindi | **hu** | Hungarian | **hy** | Armenian | **id** | Indonesian ||
|| **it** | Italian | **ja** | Japanese | **ka** | Georgian | **kk** | Kazakh ||
|| **nl** | Dutch | **pl** | Polish | **pt** | Portuguese | **ro** | Romanian ||
|| **ru** | Russian | **sk** | Slovak | **sr** | Serbian | **th** | Thai ||
|| **tk** | Turkmen | **tr** | Turkish | **uk** | Ukrainian | **uz** | Uzbek ||
|| **vi** | Vietnamese | **zh** | Chinese |  |  |  |  ||
|#

{% endcut %}

## Language sets {#languages}

The minimum recommended set of languages for attracting the most traffic to the game:
- Russian
- Turkish
- Chinese
- Korean
- Hindi
- Vietnamese
- English


## Domains {#domains}

Yandex Games support several yandex.tld domains.

{% cut "**Supported domains**" %}

#|
|| **Domain** | **Country** ||
|| https://yandex.az/games | Azerbaijan ||
|| https://yandex.by/games | Belarus ||
|| https://yandex.co.il/games | Israel ||
|| https://yandex.com/games | Multilingual domain ||
|| https://yandex.com.am/games | Armenia ||
|| https://yandex.com.ge/games | Georgia ||
|| https://yandex.com.tr/games | Türkiye ||
|| https://yandex.ee/games | Estonia ||
|| https://yandex.fr/games | France ||
|| https://yandex.kz/games | Kazakhstan ||
|| https://yandex.lt/games | Lithuania ||
|| https://yandex.lv/games | Latvia ||
|| https://yandex.md/games | Romania ||
|| https://yandex.ru/games | Russia ||
|| https://yandex.tj/games | Tajikistan ||
|| https://yandex.tm/games | Turkmenistan ||
|| https://yandex.uz/games | Uzbekistan ||
|#

{% endcut %}

If you are hosting a game on your own domain with [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors){.external} enabled, make sure that the game starts up correctly in all the domains specified above.

In addition to the main domains, we recommend adding a wildcard for subdomains: `*.yandex.{tld}`, where `{tld}` denotes all the domains listed above.

## AI descriptions {#ai-descriptions}

**AI descriptions** is a feature for automatically creating game descriptions in different languages. It simplifies publishing projects in other languages and helps:

- Attract more organic traffic from international users.
- Increase revenue from your projects.

### Enabling {#enable}

{% note warning %}

The option to enable AI descriptions is available only when there is no published version of the game yet.

{% endnote %}

1. Create a [draft](https://yandex.com/dev/games/doc/en/console/add-new-game.md#step-create-and-fill-draft) with a description in English.
2. On the **Draft** tab at the bottom of the page, leave the **I want to enable AI descriptions** option enabled.
3. Pass [moderation](https://yandex.com/dev/games/doc/en/concepts/moderation.md).

After the game is published, translations in other languages will appear on the **AI descriptions** tab. To view them, select the desired language from the dropdown list (English by default).

{% note tip %}

If the translation options don't suit you, click **Make new AI descriptions** on the **AI descriptions** tab or add a language to the draft manually.

{% endnote %}

### How AI descriptions work {#work-principle}

You don't need to add language drafts manually — the system automatically creates translations based on the English description. The neural network:

- Adapts the text for each language.
- Preserves the meaning.
- Makes the text more suitable for promotion in different markets.

AI descriptions increase the game's visibility in the catalog: even if the game is translated only into Russian and English, all international players will be able to see it. The game's information card will be displayed in the catalog language.

{% note info %}

If you already have your own descriptions in the selected languages, they will be shown. If not&nbsp;— AI descriptions will be shown.

{% endnote %}

To disable AI descriptions, write to the [support chat](https://yandex.com/chat/#/user/a4fa5c06-75db-9b38-6eea-b1673785f7d5){.external}.
