This guide explains how to configure Mesh Link to support multiple languages, allowing you to provide a localized experience for your users.
language
language
parameter, which you set during Mesh Link initialization, is the key to displaying Link in your user’s preferred language. This parameter allows you to:
language
language
parameter when initializing Mesh Link via your SDK (Web, iOS, Android, or React Native).
<BCP 47 code>
: A specific language code enumerated as the 2 digit language identifier (eg. “fr-
” for French) and the 2 digit region identifier (eg. “-CA
” for Canada), combined as “fr-CA
”. Alternatively, the SDK will accept an input of only the language (eg. “fr
”).fr-
”) is followed by a region code (eg. “-CA
”) that is not recognized or supported for that language, Link will fall back to the default translation for that language, if available (eg. “fr-FR
”). If no translation for the language is available, Link will default to “en-US
” (English, US).en-US
” (English, US).system
: Link will detect the default language on the user’s browser and/or device and display Link in that language. If it is an unsupported value, it will fallback to another locale for that language, or it will fallback to the global default of en-US
.language
language
parameter to specify the desired language behavior.
Status | Language | Region | Locale code |
---|---|---|---|
live | English | United States global default | en-US |
live | Spanish | United States es default | es-US |
live | Russian | Russia | ru-RU |
live | French | France fr default | fr-FR |
live | Chinese/Mandarin (Simplified) | China zh default | zh-CN |
live | Turkish | Turkey | tr-TR |
live | Polish | Poland | pl-PL |
live | Japanese | Japan | ja-JP |
live | German | Germany | de-DE |
live | Finnish | Finland | fi-FI |
live | Hindi | India | hi-IN |
live | Portuguese | Portugal pt default | pt-PT |
live | Vietnamese | Vietnam | vi-VN |
live | system | system | |
backlog | Arabic | Egypt | ar-EG |
backlog | Chinese/Mandarin (Traditional) | United States | zh-US |
backlog | Chinese | Hong Kong | zh-HK |
backlog | Chinese | Taiwan | zh-TW |
backlog | Czech | Czech Republic | cs-CZ |
backlog | Danish | Denmark | da-DK |
backlog | Dutch, Flemish | Belgium | nl-NL |
backlog | English | Australia | en-AU |
backlog | English | India | en-IN |
backlog | English | United Kingdom | en-GB |
backlog | French | Canada | fr-CA |
backlog | Greek, Modern (1453–) | Greece | el-GR |
backlog | Hebrew | Israel | he-IL |
backlog | Hungarian | Hungary | hu-HU |
backlog | Indonesian | Indonesia | id-ID |
backlog | Italian | Italy | it-IT |
backlog | Korean | South Korea | ko-KR |
backlog | Norwegian | Norway | no-NO |
backlog | Portuguese | Brazil | pt-BR |
backlog | Slovak | Slovakia | sk-SK |
backlog | Spanish, Castilian | Spain | es-ES |
backlog | Swedish | Sweden | sv-SE |
backlog | Thai | Thailand | th-TH |