<?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>idea ESL Translation for WebAppbuilder/Operations Dashboard in ArcGIS Web AppBuilder Ideas</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-ideas/esl-translation-for-webappbuilder-operations/idi-p/934829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;We live in a multi-lingual world, and we (strive to) communicate our GIS worldwide.&amp;nbsp; Many of our own communities use English as a second language.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wouldn't it be nice if we could have our Apps and Dashboards more easily understood (with translation) by those near and far communities?&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is currently possible to insert Google Translate using the ArcGIS API for JavaScript.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we&amp;nbsp;see this enabled as a Widget&amp;nbsp;for use in WebAppbuilder or Operations Dashboards?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code a&amp;nbsp;neighbor used to insert English/Spanish translation into&amp;nbsp;a JavaScript GIS application's&amp;nbsp;navbar is as follows:&lt;/P&gt;&lt;P&gt;(In this one&amp;nbsp;'en,es' are the included languages, but Google is capable some 100 other's as well.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;div&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"google_translate_element"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;script&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"text/javascript"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt; googleTranslateElementInit() {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt; google.translate.TranslateElement({&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageLanguage: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #a31515;"&gt;'en'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; includedLanguages: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #a31515;"&gt;'en,es'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout: google.translate.TranslateElement.InlineLayout.SIMPLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #a31515;"&gt;'google_translate_element'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;script&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"text/javascript"&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2018 22:44:32 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-12-11T22:44:32Z</dc:date>
    <item>
      <title>ESL Translation for WebAppbuilder/Operations Dashboard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-ideas/esl-translation-for-webappbuilder-operations/idi-p/934829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;We live in a multi-lingual world, and we (strive to) communicate our GIS worldwide.&amp;nbsp; Many of our own communities use English as a second language.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wouldn't it be nice if we could have our Apps and Dashboards more easily understood (with translation) by those near and far communities?&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is currently possible to insert Google Translate using the ArcGIS API for JavaScript.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we&amp;nbsp;see this enabled as a Widget&amp;nbsp;for use in WebAppbuilder or Operations Dashboards?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code a&amp;nbsp;neighbor used to insert English/Spanish translation into&amp;nbsp;a JavaScript GIS application's&amp;nbsp;navbar is as follows:&lt;/P&gt;&lt;P&gt;(In this one&amp;nbsp;'en,es' are the included languages, but Google is capable some 100 other's as well.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;div&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"google_translate_element"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;script&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"text/javascript"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt; googleTranslateElementInit() {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt; google.translate.TranslateElement({&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pageLanguage: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #a31515;"&gt;'en'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; includedLanguages: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #a31515;"&gt;'en,es'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout: google.translate.TranslateElement.InlineLayout.SIMPLE&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: #a31515;"&gt;'google_translate_element'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;lt;script&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"text/javascript"&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.5pt; color: red;"&gt;src&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: blue;"&gt;"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.5pt; color: maroon;"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2018 22:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-ideas/esl-translation-for-webappbuilder-operations/idi-p/934829</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-12-11T22:44:32Z</dc:date>
    </item>
  </channel>
</rss>

