Select to view content in your preferred language

esri.bundle strings 3.5 AMD

1995
11
Jump to solution
07-25-2013 10:21 AM
CarlosMacias
Occasional Contributor
it looks like the strings can't be set directly .
esri.bundle.toolbars.draw.addMultipoint = 'new text';
I tried redefining the property with code similar to this thread using this jsfiddle but didn't work.



how do we change the strings using 3.5 AMD?
0 Kudos
11 Replies
CarlosMacias
Occasional Contributor
check in your dojoConfig that you don't have a locale set, and if you do comment it out.
0 Kudos
Laurensvan_der_Burgt
Deactivated User
In version 3.6 of the API the above fiddle method also works WITH the locale set.

Many thanks for the information in this thread! Saved me some headaches 😉

Would be very useful if esri included an AMD example of bundle usage in the api reference.


Best regards,
Laurens
0 Kudos