<?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: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721957#M67029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for answer, Robert. It really helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2018 06:46:23 GMT</pubDate>
    <dc:creator>SergeyVladimirov</dc:creator>
    <dc:date>2018-04-12T06:46:23Z</dc:date>
    <item>
      <title>can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721951#M67023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in java script 3.* there was library&amp;nbsp;&lt;SPAN&gt;"dojo/i18n!esri/nls/jsapi"&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;"&gt;require&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"esri/map"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"dojo/i18n!esri/nls/jsapi"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"dojo/domReady!"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;]&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;Map&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;,&lt;/SPAN&gt; bundle&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt; &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; bundle&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;widgets&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;legend&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;NLS_noLegend &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"My No Legend"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But it looks that "dojo/i18n!esri/nls/jsapi" is missed in js 4.6. So i can not translate any text.&lt;/P&gt;&lt;P&gt;Is there any other way to localize resources ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:52:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721951#M67023</guid>
      <dc:creator>SergeyVladimirov</dc:creator>
      <dc:date>2021-12-12T06:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721952#M67024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's slightly different syntax in 4.x&amp;nbsp; &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/localization/index.html" title="https://developers.arcgis.com/javascript/latest/guide/localization/index.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Localization | ArcGIS API for JavaScript 4.6&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;require&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri/Map"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"dojo/i18n!esri/nls/common"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"dojo/domReady!"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Map&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; bundle&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bundle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;yes &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Yeah!"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bundle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;form&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;no &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"No way!"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:52:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721952#M67024</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-12-12T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721953#M67025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;common library does not help. there is no resources of widgets etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 13:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721953#M67025</guid>
      <dc:creator>SergeyVladimirov</dc:creator>
      <dc:date>2018-04-11T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721954#M67026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it looks like it's missing many items. This is probably a good thing to bring up with Support or submit an &lt;A _jive_internal="true" href="https://community.esri.com/community/arcgis-ideas"&gt;Idea&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 13:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721954#M67026</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2018-04-11T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721955#M67027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the structure has just changed and the nls file for each widget in not in a common type file it is in it's own specific nls file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I.e. here is the attribution widget:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://js.arcgis.com/4.7/esri/widgets/Attribution/nls/Attribution.js" title="https://js.arcgis.com/4.7/esri/widgets/Attribution/nls/Attribution.js"&gt;https://js.arcgis.com/4.7/esri/widgets/Attribution/nls/Attribution.js&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721955#M67027</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-11T14:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721956#M67028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's very useful information Robert. This really needs to go into the documentation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 14:22:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721956#M67028</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2018-04-11T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721957#M67029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for answer, Robert. It really helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 06:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721957#M67029</guid>
      <dc:creator>SergeyVladimirov</dc:creator>
      <dc:date>2018-04-12T06:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721958#M67030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately it does not work. i can not translate any text. not sure how to do this in right way. It loads libraries , but when i change any text it does not affect on labels of widget&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 08:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721958#M67030</guid>
      <dc:creator>SergeyVladimirov</dc:creator>
      <dc:date>2018-04-12T08:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721959#M67031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sergey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sorry you are right it does not work. I am not sure why though. Let me tag some esri folks on this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/odoe"&gt;odoe&lt;/A&gt;‌ &lt;A href="https://community.esri.com/people/MDriscoll-esristaff"&gt;MDriscoll-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 14:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721959#M67031</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-12T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721960#M67032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be great to get any help on this. thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:01:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721960#M67032</guid>
      <dc:creator>SergeyVladimirov</dc:creator>
      <dc:date>2018-04-12T16:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721961#M67033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #a9a9a9; background-color: #ffffff; font-weight: 500;"&gt;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/763602-re-can-not-translate-resources-dojoi18nesrinlsjsapi-is-missed-in-js-46?commentID=763602&amp;amp;et=notification.mention#comment-763602" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 500; text-decoration: underline; font-size: 12.5712px;" title="Go to message"&gt;Robert Scheitlin, GISP&lt;/A&gt;&amp;nbsp;&lt;SPAN style="color: #a9a9a9; background-color: #ffffff; font-weight: 500;"&gt;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" class="" href="https://community.esri.com/message/763602-re-can-not-translate-resources-dojoi18nesrinlsjsapi-is-missed-in-js-46?commentID=763602&amp;amp;et=notification.mention#comment-763530" style="color: #a9a9a9; background-color: #ffffff; border: 0px; font-weight: 500; text-decoration: none; font-size: 12.5712px;" title="Go to message"&gt;Sergey Vladimirov&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; background-color: #ffffff; font-weight: 500;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;We’re looking into this for a future update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're also looking to start using dojo2 i18n for our widgets and Dojo2 has a plan to be able to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 17:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721961#M67033</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2018-04-12T17:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721962#M67034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So right now there is now way to override localized widget strings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 18:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721962#M67034</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-04-12T18:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721963#M67035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of right now, not that I'm aware of.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a copy of the view and supply a custom one but that seems like overkill. There may be some way to intercept the URL but that seems like a bad idea as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 18:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721963#M67035</guid>
      <dc:creator>MattDriscoll</dc:creator>
      <dc:date>2018-04-12T18:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: can not translate resources. dojo/i18n!esri/nls/jsapi is missed in JS 4.6</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721964#M67036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may there is way to create my own resources. as esri does not support ukrainian language, i would create it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 07:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-not-translate-resources-dojo-i18n-esri-nls/m-p/721964#M67036</guid>
      <dc:creator>SergeyVladimirov</dc:creator>
      <dc:date>2018-04-13T07:32:38Z</dc:date>
    </item>
  </channel>
</rss>

