Select to view content in your preferred language

Change default localization

4209
3
01-19-2015 09:28 PM
GIMSlab
Deactivated User

Does anyone know how to change default localization (English) to Russian? I tried dojoConfig, but nothing happens...

0 Kudos
3 Replies
KishorGhatage
Deactivated User

I believe,

1. You need to install Russian language pack which you can download from ArcGIS Customer care.

2. Go to Administrator > Advanced tab > change the display language > Save.

0 Kudos
GIMSlab
Deactivated User

I am talking about API use. And the thing is how to change localization in programming code?

0 Kudos
JohnGrayson
Esri Alum

The Dojo framework (and thus the JS API) picks up the locale from the browser settings.  You can override the browser locale in the dojoConfig settings.  Please note: this setting is only read and used when the application first loads.

dojo.config (dojo/_base/config) — The Dojo Toolkit - Reference Guide

Internationalization (i18n) — The Dojo Toolkit - Reference Guide