<?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: how can I control which language the WebApp will be? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724005#M19061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well,&lt;/P&gt;&lt;P&gt;No one answered my question but I found the answer so I will share it with you:&lt;/P&gt;&lt;P&gt;In order to control the language you need to use the webappbuilder from your one server and add this code inside the file &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: #1f497d;"&gt;init.js&amp;nbsp; : (&lt;SPAN style="color: #1f497d; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;after or instead of the original code. )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: green; background: white;"&gt;//override language and orientation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: green; background: white;"&gt;//*********************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black; background: white;"&gt; dojoConfig.locale = &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515; background: white;"&gt;"he"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black; background: white;"&gt; window._setRTL(dojoConfig.locale);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: green; background: white;"&gt;//*********************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2015 10:58:07 GMT</pubDate>
    <dc:creator>SPNIOrganization</dc:creator>
    <dc:date>2015-05-04T10:58:07Z</dc:date>
    <item>
      <title>how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724003#M19059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Supported languages section it says : "&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;The language used by the app is determined by your browser's language setting."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;Is there a way to control this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;I built the App in Hebrew and I want all the users to see it in Hebrew, no matter what their browser's setting is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;Is that possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;Deshe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3 style="margin-bottom: 0.5em; font-family: 'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif; font-weight: 500; font-size: 1.5em; color: #4d4d4d; background-color: #fefefe;"&gt;&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 07:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724003#M19059</guid>
      <dc:creator>SPNIOrganization</dc:creator>
      <dc:date>2015-05-03T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724004#M19060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in file (init.js) find this line &lt;/P&gt;&lt;P&gt;dojoConfig.locale = navigator.language ? navigator.language : navigator.userLanguage;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and replace with this line :&lt;/P&gt;&lt;P&gt;dojoConfig.locale = "he" example -&amp;gt; dojoConfig.locale = "ar" this is Arabic app &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 10:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724004#M19060</guid>
      <dc:creator>AsmaaMohamed</dc:creator>
      <dc:date>2015-05-04T10:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724005#M19061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well,&lt;/P&gt;&lt;P&gt;No one answered my question but I found the answer so I will share it with you:&lt;/P&gt;&lt;P&gt;In order to control the language you need to use the webappbuilder from your one server and add this code inside the file &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: #1f497d;"&gt;init.js&amp;nbsp; : (&lt;SPAN style="color: #1f497d; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;after or instead of the original code. )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: green; background: white;"&gt;//override language and orientation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: green; background: white;"&gt;//*********************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black; background: white;"&gt; dojoConfig.locale = &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: #a31515; background: white;"&gt;"he"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: black; background: white;"&gt; window._setRTL(dojoConfig.locale);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.5pt; font-family: Consolas; color: green; background: white;"&gt;//*********************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 10:58:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724005#M19061</guid>
      <dc:creator>SPNIOrganization</dc:creator>
      <dc:date>2015-05-04T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724006#M19062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/34113" target="_blank"&gt;Deshe Organization&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding this line but it won't work for me. The Webappbuilder loader just keeps loading. When I replace the "he" with "en" it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I could be doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; if(allCookies.esri_auth){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*jshint -W061 */
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var userObj = eval('(' + unescape(allCookies.esri_auth)+ ')');
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(userObj.culture){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = userObj.culture;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (allCookies.arcgisLocale) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = allCookies.arcgisLocale.toLowerCase();
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (allCookies.wab_locale) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = allCookies.wab_locale.toLowerCase();
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!dojoConfig.locale){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = navigator.language ? navigator.language : navigator.userLanguage;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = dojoConfig.locale.toLowerCase();
&amp;nbsp; dojoConfig.locale = "de";
&amp;nbsp;&amp;nbsp;&amp;nbsp; window._setRTL(dojoConfig.locale);


&amp;nbsp;&amp;nbsp;&amp;nbsp; var resources = [
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dojo/resources/dojo.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dijit/themes/claro/claro.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dojox/editor/plugins/resources/css/TextColor.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dojox/editor/plugins/resources/editorPlugins.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dojox/editor/plugins/resources/css/PasteFromWord.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'esri/css/esri.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.path + 'stemapp/jimu.js/css/jimu.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.path + 'builder/css/builder.css',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.path + 'builder/libs/ace/ace.js',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.path + 'builder/libs/thenBy.js'
&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724006#M19062</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2021-12-12T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724007#M19063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;This is my code. I think the difference starts in line 17 in your code.&lt;/P&gt;&lt;P&gt;try to replace lines 17-18-19 with the part in Bold:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(allCookies.esri_auth){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*jshint -W061 */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var userObj = eval('(' + unescape(allCookies.esri_auth)+ ')');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(userObj.culture){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = userObj.culture;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(window.queryObject.mode){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(allCookies.wab_locale){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = allCookies.wab_locale;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }else{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(allCookies.wab_app_locale){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = allCookies.wab_app_locale;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!dojoConfig.locale){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = navigator.language ? navigator.language : navigator.userLanguage;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = dojoConfig.locale.toLowerCase();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; window._setRTL(dojoConfig.locale);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //override language and orientation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //*********************************************&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojoConfig.locale = "he";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; window._setRTL(dojoConfig.locale);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //*********************************************&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; resources = resources.concat([&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dojo/resources/dojo.css',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dijit/themes/claro/claro.css',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'esri/css/esri.css',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.apiUrl + 'dojox/layout/resources/ResizeHandle.css',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.path + 'jimu.js/css/jimu.css'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724007#M19063</guid>
      <dc:creator>SPNIOrganization</dc:creator>
      <dc:date>2015-05-06T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724008#M19064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/34113"&gt;Deshe Organization&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and changed it in the inis.js located at client\stemapp and client\builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the webappbuilder just keeps loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724008#M19064</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-05-07T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724009#M19065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Tim Witt wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="34113" data-objecttype="3" href="https://community.esri.com/people/deshegis"&gt;Deshe Organization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this and changed it in the inis.js located at client\stemapp and client\builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the webappbuilder just keeps loading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem. page keeps loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get any solution? &lt;A href="https://community.esri.com/migrated-users/43900"&gt;Tim Witt&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 08:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724009#M19065</guid>
      <dc:creator>MajdiTurkman1</dc:creator>
      <dc:date>2015-06-09T08:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724010#M19066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/145663"&gt;Majdi Turkman&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was never able to resolve it. Let me know if you should find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 12:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724010#M19066</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-06-09T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724011#M19067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any solution tim ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 17:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724011#M19067</guid>
      <dc:creator>Luiz_PauloLima</dc:creator>
      <dc:date>2015-06-29T17:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724012#M19068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have simply added dojoConfig.locale = 'de' to my init.js before this line "resources = resources.concat([...", and then my app is in German! Hope it helps someone, too!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 10:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724012#M19068</guid>
      <dc:creator>BenedekSimó</dc:creator>
      <dc:date>2015-11-13T10:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724013#M19069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have followed the same solution but I'm getting the same result. The page keeps loading!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to set the language to Arabic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 08:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724013#M19069</guid>
      <dc:creator>MajdiTurkman1</dc:creator>
      <dc:date>2015-12-13T08:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724014#M19070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Majdi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In version 1.3 you can set the locale using the URL parameter. Just add &amp;amp;locale=ar to your WAB url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm#ESRI_SECTION1_4C835BF50CDA43BFB576627CBAF18853" title="http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm#ESRI_SECTION1_4C835BF50CDA43BFB576627CBAF18853"&gt;Use URL parameters—Web AppBuilder for ArcGIS | ArcGIS | locale&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2015 13:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724014#M19070</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-13T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724015#M19071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built my app using Web AppBuilder 1.2 and did a lot of customization on the theme and even jimu library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt that if I upgraded my app to WAB 1.3 it will not work properly and everything has to be done again. am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 06:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724015#M19071</guid>
      <dc:creator>MajdiTurkman1</dc:creator>
      <dc:date>2015-12-14T06:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724016#M19072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Majdi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you changes code in the stemapps jimu.js folder than yes you would have to make those updates again if that particular file has changed and the theme you customized would need to be updated as well. I am not sure what is not working for you using the instructions in this thread. I have done it a couple of times and it always works for me. Also even if you do not change any code but you browser is set to another language then once the app is deployed then the browsers language is used (but not when running inside of WAB, that is what this thread takes care of).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 12:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724016#M19072</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-14T12:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724017#M19073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The missing point for me was that the app will not work if i run it inside the WAB (The page keeps loading). So I deployed the app and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 13:47:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724017#M19073</guid>
      <dc:creator>MajdiTurkman1</dc:creator>
      <dc:date>2015-12-14T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724018#M19074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Majdi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Look at your browsers web console and see what the error is when running in WAB. As I mentioned when I use the code in this post in WAB I do not have any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 13:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724018#M19074</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-14T13:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724019#M19075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version 1.3 support &lt;STRONG&gt;?locale=??&lt;/STRONG&gt; URL parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 02:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724019#M19075</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2015-12-15T02:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: how can I control which language the WebApp will be?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724020#M19076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comment your line 17 out and it will work. This way you try to set the locale too many times, which results in too long loading. I just confirmed that the "hardcoded only" version works well. I didn't confirm Benedek's version, but this should be slightly faster and cleaner (if hardcoding anything could be "clean").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 08:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-control-which-language-the-webapp-will/m-p/724020#M19076</guid>
      <dc:creator>PavelVeselský1</dc:creator>
      <dc:date>2016-05-05T08:38:59Z</dc:date>
    </item>
  </channel>
</rss>

