<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Localization/customization of Pop-up window in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474621#M44033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I used the following code in my init and was able to see the strings change.&lt;BR /&gt;&lt;BR /&gt;esri.bundle.widgets.popup.NLS_searching = "Looking..."&lt;BR /&gt;esri.bundle.widgets.popup.NLS_noAttach = "Nothin here!";&lt;BR /&gt;&lt;BR /&gt;I am also attaching the sample code.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot! I got it to work. I looked in your example to see what I did different, and it turned out that changing the variables at the top of the init function (like you did) worked, whereas I originally tried to change them at the end of the init function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 05:59:25 GMT</pubDate>
    <dc:creator>AW1</dc:creator>
    <dc:date>2011-07-08T05:59:25Z</dc:date>
    <item>
      <title>Localization/customization of Pop-up window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474618#M44030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having trouble changing the default text strings on the Pop-up window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm following the instructions found here: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/inside_bundle.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/inside_bundle.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it seems to have no effect. I can detect that for example the variable esri.bundle.widgets.popup.NLS_noInfo gets changed from 'No information available' to my custom string, but the popup in the map still shows 'No information available'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 10:37:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474618#M44030</guid>
      <dc:creator>AW1</dc:creator>
      <dc:date>2011-07-07T10:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Localization/customization of Pop-up window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474619#M44031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the following code in my init and was able to see the strings change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri.bundle.widgets.popup.NLS_searching = "Looking..."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esri.bundle.widgets.popup.NLS_noAttach = "Nothin here!";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also attaching the sample code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 17:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474619#M44031</guid>
      <dc:creator>SaurabhGupta</dc:creator>
      <dc:date>2011-07-07T17:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Localization/customization of Pop-up window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474620#M44032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I used the following code in my init and was able to see the strings change.&lt;BR /&gt;&lt;BR /&gt;esri.bundle.widgets.popup.NLS_searching = "Looking..."&lt;BR /&gt;esri.bundle.widgets.popup.NLS_noAttach = "Nothin here!";&lt;BR /&gt;&lt;BR /&gt;I am also attaching the sample code.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Saurabh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was actually wondering how to do this too. Thanks for the post. It works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 18:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474620#M44032</guid>
      <dc:creator>SiqiLi</dc:creator>
      <dc:date>2011-07-07T18:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Localization/customization of Pop-up window</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474621#M44033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I used the following code in my init and was able to see the strings change.&lt;BR /&gt;&lt;BR /&gt;esri.bundle.widgets.popup.NLS_searching = "Looking..."&lt;BR /&gt;esri.bundle.widgets.popup.NLS_noAttach = "Nothin here!";&lt;BR /&gt;&lt;BR /&gt;I am also attaching the sample code.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot! I got it to work. I looked in your example to see what I did different, and it turned out that changing the variables at the top of the init function (like you did) worked, whereas I originally tried to change them at the end of the init function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 05:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/localization-customization-of-pop-up-window/m-p/474621#M44033</guid>
      <dc:creator>AW1</dc:creator>
      <dc:date>2011-07-08T05:59:25Z</dc:date>
    </item>
  </channel>
</rss>

