multipoint uses bundle.toolbars.draw.addMultipoint (as you pointed out)the following seems to work for me based on the fiddle: bundle.toolbars.draw.addMultipoint = "new text"; alert("default add point text: " + bundle.toolbars.draw.addMultipoint);
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?
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.