Change default localization

3975
3
01-19-2015 09:28 PM
GIMSlab
New Contributor

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

0 Kudos
3 Replies
KishorGhatage
Occasional Contributor III

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
New Contributor

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

0 Kudos
JohnGrayson
Esri Regular Contributor

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