InfoWindow Change Message

1123
1
03-25-2014 01:20 AM
mohamadmooti
New Contributor
Hi,

I am using the following sample code posted on arcgis samples javascript section at the link below:

https://developers.arcgis.com/javascript/jssamples/find_popup.html

I want to ask if it is possible to change the default Message when No information available and how can this be done?

Thank you
0 Kudos
1 Reply
KenBuja
MVP Esteemed Contributor
Take a look at this documentation page. This works (but it adds a period at the end)

esriBundle.widgets.popup.NLS_noInfo = "No information available...try again!"


[ATTACH=CONFIG]32480[/ATTACH]
0 Kudos