# Languages in WEM

{% hint style="info" %}
This is a list of the languages now supported by the WEM modeler. \
First you have the full name, WEM name and its standard format.&#x20;

This function is SQL compatible. For more information about SQL compatibility, see our [documentation](/platform/wemreference/sql-compatibility.md).

The value in the Locale/Key column is used in WEM as Keyword (no quotes in expressions) and the value in the Text columns is the string/text representation of the language code when displayed on a page or when used as text-value in expressions. The difference is the underscore for keyword and the hyphen in the text/display value. See [CurrentLanguage](/platform/wemreference/functions/localization/currentlanguage.md)
{% endhint %}

<table><thead><tr><th width="210.31577441247452">Language</th><th data-hidden>Text</th><th data-hidden>Locale/Key</th><th data-hidden>Format</th></tr></thead><tbody><tr><td>Albanian - ALBANIA</td><td>"sq-AL"</td><td>sq_AL</td><td>1.234,56<br>30.4.2018<br>e hënë, 30 prill 2018 20:55</td></tr><tr><td>Simplified Chinese</td><td>"zh-Hans"</td><td>zh_Hans</td><td>1,234.56<br>2018/4/30<br>2018年4月30日 20:55</td></tr><tr><td>Traditional Chinese</td><td>"zh-Hant"</td><td>zh_Hant</td><td>1,234.56<br>30/4/2018<br>2018年4月30日 20:55</td></tr><tr><td>Czech - CZECHIA</td><td>"cs-CZ"</td><td>cs_CZ</td><td><p>1.234,56 </p><p>30.4.2018 </p><p>e hënë, 30 prill 2018 20:55</p></td></tr><tr><td>Danish - DENMARK</td><td>"da-DK"</td><td>da_DK</td><td><p>1.234,56 </p><p>30-4-2018 <br>30. april 2018 20:55</p></td></tr><tr><td>Dutch - BELGIUM</td><td>"nl-BE"</td><td>nl_BE</td><td>1 234,56<br>30/04/2018<br>maandag 30 april 2018 20:55</td></tr><tr><td>Dutch - NETHERLANDS</td><td>"nl-NL"</td><td>nl_NL</td><td>1.234,56<br>30-4-2018<br>maandag 30 april 2018 20:55</td></tr><tr><td>English - UNITED KINGDOM</td><td>"en-GB"</td><td>en_GB</td><td><p>1,234.56 </p><p>30/04/2018 </p><p>30 April 2018 20:55</p></td></tr><tr><td>English - UNITED STATES OF AMERICA</td><td>"en-US"</td><td>en_US</td><td>1,234.56<br>4/30/2018<br>Monday, April 30, 2018 8:55 PM</td></tr><tr><td>French - BELGIUM</td><td>"fr-BE"</td><td>fr_BE</td><td><p>1.234,56 </p><p>30-04-18<br>lundi 30 avril 2018 20:55</p></td></tr><tr><td>French - FRANCE</td><td>"fr-FR"</td><td>fr_FR</td><td>1 234,56<br>30/04/2018<br>lundi 30 avril 2018 20:55</td></tr><tr><td>German - GERMANY</td><td>"de-DE"</td><td>de_DE</td><td><p>1.234,56 </p><p>30.04.2018 </p><p>Montag, 30. April 2018 20:55</p></td></tr><tr><td>Italian - ITALY</td><td>"it-IT"</td><td>it_IT</td><td>1.234,56<br>30/04/2018<br>lunedì 30 aprile 2018 20:55</td></tr><tr><td>Japanese - JAPAN</td><td>"ja-JP"</td><td>ja_JP</td><td>1,234.56<br>2018/04/30<br>2018年4月30日 20:55</td></tr><tr><td>Korean - KOREA, REPUBLIC OF</td><td>"ko-KR"</td><td>ko_KR</td><td>1,234.56<br>2018-04-30<br>2018년 4월 30일 월요일 오후 8:55</td></tr><tr><td>Portuguese - BRAZIL</td><td>"pt-BR"</td><td>pt_BR</td><td>1.234,56<br>30/04/2018<br>segunda-feira, 30 de abril de 2018 20:55</td></tr><tr><td>Portuguese - PORTUGAL</td><td>"pt-PT"</td><td>pt_PT</td><td>1 234,56<br>30/04/2018<br>30 de abril de 2018 20:55</td></tr><tr><td>Spanish - MEXICO</td><td>"es-MX"</td><td>es_MX</td><td>1,234.56<br>30/04/2018<br>lunes, 30 de abril de 2018 08:55 p. m.</td></tr><tr><td>Spanish - SPAIN</td><td>"es-ES"</td><td>es_ES</td><td>1.234,56<br>30/04/2018<br>lunes, 30 de abril de 2018 20:55</td></tr><tr><td>Swedish - SWEDEN</td><td>"sv-SE"</td><td>sv_SE</td><td>1 234,56<br>2018-04-30<br>den 30 april 2018 20:55</td></tr><tr><td>Telugu - INDIA</td><td>"te-IN"</td><td>te_IN</td><td>1,234.56<br>30-04-18<br>30 ఏప్రిల్ 2018 20:55</td></tr><tr><td>Turkish - TURKEY</td><td>"tr-TR"</td><td>tr_TR</td><td>1.234,56<br>30.4.2018<br>30 Nisan 2018 Pazartesi 20:55</td></tr></tbody></table>


---

# 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.wem.io/platform/wemreference/functions/localization/languages-in-wem.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.
