Skip to content

Language List

Overview

B24LangList is an enumeration that defines the list of supported languages in Bitrix24 Cloud. This enumeration can be useful for working with language settings in applications integrated with Bitrix24.

Description

ts
import { B24LangList } from '@bitrix24/b24jssdk'

The B24LangList enumeration contains the following language codes:

CodeLanguage
enEnglish
deDeutsch
laEspañol
brPortuguês (Brasil)
frFrançais
itItaliano
plPolski
ruРусский
uaУкраїнська
trTürkçe
sc中文(简体)
tc中文(繁體)
ja日本語
vnTiếng Việt
idBahasa Indonesia
msBahasa Melayu
thภาษาไทย
arعربي

Notes

  • The cloud version of Bitrix24 supports a wide range of languages as listed in the enumeration.
  • The on-premise version of Bitrix24 typically supports 1-2 languages, which should be considered when developing and setting up localization.

TIP

You can test working with B24LangList in this example.

Released under the MIT License.