# Multilingual Translation

The LiveCaller widget supports 34 languages from different countries:

```
🇸🇦-Arabic-اَلْعَرَبِيَّة-ar
🇦🇲-Armenian-հայերեն-hy
🇦🇿-Azerbaijani-Azərbaycan-az
🇧🇩-Bengali-বাংলা-bn
🇧🇷-Portuguese(Brazil)-Português-pt-br
🇨🇳-Chinese-中文-zh
🇨🇿-Czech-čeština-cs
🇩🇰-Danish-dansk-da
🇺🇸-English-en
🇪🇪-Estonian-eesti-et
🇫🇷-French-français-fr
🇬🇪-Georgian-ქართული-ka
🇩🇪-German-Deutsch-de
🇬🇷-Greek-ελληνικά-el
🇭🇺-Hungarian-magyar-hu
🇮🇳-Hindi-हिन्दी-hi
🇮🇩-Indonesian-id
🇮🇷-Persian-فارسی-fa
🇮🇱-Hebrew-עִבְרִית‎-he
🇮🇹-Italian-italiano-it
🇯🇵-Japanese-日本語-ja
🇳🇱-Dutch-nl
🇳🇴-Norwegian-norsk-no
🇵🇰-Urdu-اردو-ur
🇵🇱-Polish-polski-pl
🇵🇹-Portuguese(Portugal)-Português-pt
🇷🇴-Romanian-românește-ro
🇷🇺-Russian-русский-ru
🇪🇸-Spanish-español-es
🇸🇪-Swedish-Svenska-sv
🇹🇷-Turkish-Türkçe-tr
🇺🇦-Ukrainian-украї́нська-uk
🇺🇿-Uzbek-Ўзбекча-uz
🇻🇳-Vietnamese-Việt-vi
```

* If you want to add a language to the widget, go to the **My Widgets** page, select **Multilanguage**, and click **Add New Language**.

<figure><img src="/files/8gGsNKsB4focukZTenZh" alt=""><figcaption></figcaption></figure>

* You can configure the translated texts for each language by clicking the **Edit** button.

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

* Correct the language code according to your language. For example, if you want to change the widget language from English (en) to Spanish (es), replace **en** with **es** in the widget code.

{% hint style="info" %}
For language codes, refer to the list of countries above.\
For example:

* Spanish – **es**
* French – **fr**
* Italian – **it**
* Portuguese (Brazil) – **pt-br**, and others.
  {% endhint %}

<figure><img src="/files/0O71hbrOIFdUpniJWCqb" alt=""><figcaption></figcaption></figure>

* If your website is multilingual, you can use the JavaScript code below to dynamically change the widget’s language.

{% hint style="info" %}
Change the language **before the widget loads**.
{% endhint %}

```
LiveCaller.config.merge({app: {locale: 'en'}});
```

{% hint style="info" %}
გაანახლეთ ენა უკვე Loaded ვიჯეტში
{% endhint %}

```
LiveCaller.$emit('app.locale.update', 'en');
```


---

# 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.livecaller.io/livecaller/widget-management/multilingual-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.
