Skip to main content

Locales

Locale codes follow the IETF BCP 47 standard (ISO 639-1 language code with optional ISO 3166-1 country code), using underscore as separator.

Currently we support the following locales:

CodeLocale
en_usEnglish (United States)
esSpanish
es_mxSpanish (Mexico)
pt_brPortuguese (Brazil)
hiHindi
zh_cnChinese Simplified
zh_twChinese Traditional
ruRussian
frFrench
deGerman
idIndonesian
jaJapanese
viVietnamese
trTurkish
koKorean
thThai
itItalian
plPolish
uzUzbek
csCzech
huHungarian
elGreek
fiFinnish
noNorwegian

The default locale is en_us.

Unsupported locales

When you request a game with an unsupported locale in Create new game, the request fails with 400 and code locale_not_supported. To create the game with the default locale (en_us) instead of receiving the error, set fallbackToDefaultLocale: true in the request.