Multilingual support

677
1
02-19-2014 03:15 PM
Pavnadaryani
New Contributor
Does the javascript support Multilingual ? Could some one point me to an example. Thanks
0 Kudos
1 Reply
JakubMalec
New Contributor III
ArcGIS Javascript API is build on top of Dojo. You can use Dojo's internationalization module (i18n).

Here's how to use it: http://dojotoolkit.org/reference-guide/1.9/dojo/i18n.html

You could, of course use some other js framework, it's up to You.
0 Kudos