Skip to main content

Localization

You can handle different languages within your applications with OwnID. The following languages are supported:

Target LanguageCode
Arabicar_AR
Chinese (China)zh_CN
English (Great Britain)en_GB
English (United States)en_US
Frenchfr_FR
Germande_DE
Indonesianid_ID
Italianit_IT
Japaneseja_JP
Javanesejv_ID
Koreanko_KR
Malayms_MY
Portuguese (Brazil)pt_BR
Portuguese (Portugal)pt_PT
Russianru_RU
Spanish (Latin America)es_LA
Spanish (Spain)es_ES
Thaith_TH
Turkishtr_TR
Vietnamesevi_VN

If you do not define a language during initialization, American English is used by default. In the following example, French is defined as the target language when the OwnID widget is initialized:

ownid('init', {appId: 'yourAppId', language: 'fr_FR'});