<?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 ArcGIS JavaScript API- Languages in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226187#M79146</link>
    <description>&lt;P&gt;Is there a way using the JavaScript API to toggle from English to Spanish?&amp;nbsp; Also,is there a way to create a Spanish and English version of a Map Service.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2022 15:24:56 GMT</pubDate>
    <dc:creator>MarlaJohnson</dc:creator>
    <dc:date>2022-10-27T15:24:56Z</dc:date>
    <item>
      <title>ArcGIS JavaScript API- Languages</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226187#M79146</link>
      <description>&lt;P&gt;Is there a way using the JavaScript API to toggle from English to Spanish?&amp;nbsp; Also,is there a way to create a Spanish and English version of a Map Service.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 15:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226187#M79146</guid>
      <dc:creator>MarlaJohnson</dc:creator>
      <dc:date>2022-10-27T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API- Languages</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226730#M79166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/84417"&gt;@MarlaJohnson&lt;/a&gt;&amp;nbsp;, yes, all the text etc in the widgets are localized. You can set an application to use a specific locale, and/or toggle between locales.&amp;nbsp; See&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/localization/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/javascript/latest/localization/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;require(["esri/intl"], (intl)
...
intl.setLocale("es"); &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 18:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226730#M79166</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2022-10-28T18:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API- Languages</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226738#M79167</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/84417"&gt;@MarlaJohnson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Also,is there a way to create a Spanish and English version of a Map Service.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There are different aspects to this.&amp;nbsp; For layer tites, that show up in LayerList and Legend etc widget, you can specify different layer titles.&amp;nbsp; If you're using web maps, that would mean maintaining two web maps. Localizing your data is more complicated. Depending on what data you have and how you are using it. As an example, for string data, you could have one field per language. Or you could use Arcade to convert specific types etc into specific localized strings.&lt;BR /&gt;&lt;BR /&gt;asdasd&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 19:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1226738#M79167</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2022-10-28T19:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API- Languages</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1227108#M79182</link>
      <description>&lt;P&gt;I mean more for custom applications built off of the Esri Javascript API&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 17:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1227108#M79182</guid>
      <dc:creator>MarlaJohnson</dc:creator>
      <dc:date>2022-10-31T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API- Languages</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1227139#M79183</link>
      <description>&lt;P&gt;Do you know if you can publish two services one in English and one in Spanish.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 17:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-javascript-api-languages/m-p/1227139#M79183</guid>
      <dc:creator>MarlaJohnson</dc:creator>
      <dc:date>2022-10-31T17:54:32Z</dc:date>
    </item>
  </channel>
</rss>

