<?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 to test localization in Qt Creator with AppStudio sample apps?  in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790532#M1044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AppStudio 2.0, localization is not supported in apps launched from AppStudio / QtCreator. Support for this will be available in the next AppStudio release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdoc.arcgis.com%2Fen%2Fappstudio%2Fextend-apps%2Fglobalizeyourapp.htm" rel="nofollow" target="_blank"&gt;http://doc.arcgis.com/en/appstudio/extend-apps/globalizeyourapp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As described in the above documentation, in AppStudio 2.0 localization support is available only in stand-alone apps built using the Make tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below commands can be used for testing the desktop apps built using Cloud Make.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows:&lt;BR /&gt;C:\Users\username\Applications\ArcGIS\MyApp\MyApp.exe --locale fr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;macOS:&lt;BR /&gt;/Users/username/Applications/ArcGIS/MyApp/MyApp.app/Contents/MacOS/MyApp --locale fr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cc: &lt;A href="https://community.esri.com/people/NManocha-esristaff"&gt;NManocha-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 05:38:42 GMT</pubDate>
    <dc:creator>ShobanaSuresh</dc:creator>
    <dc:date>2017-09-13T05:38:42Z</dc:date>
    <item>
      <title>How to test localization in Qt Creator with AppStudio sample apps?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790530#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reading the doc reveals that you can add a "--locale fr" to your QML project by passing this in as a command line argument. When trying to access the "Build &amp;amp; Run" settings for the project the sample app displays a "no valid kits found" message. It appears I need to do something with "Manage Kits." How do I configure a sample app so that I have access to the "Run Settings" dialog in order to put in an argument (similar to the screenshot below):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Command Line screenshot" class="image-1 jive-image j-img-original" src="https://i.stack.imgur.com/AIQJo.jpg" style="width: 620px; height: 418px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 20:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790530#M1042</guid>
      <dc:creator>MapEnglish</dc:creator>
      <dc:date>2017-09-07T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to test localization in Qt Creator with AppStudio sample apps?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790531#M1043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a command line parameter can be executed, as you can imagine from the name, through the command line interface. While I'm not sure exactly how to do it on your operating system (I have to confess I'm largely used to Windows!), to apply a command line parameter you need to open the folder your app is in, enter your app's name (with file extension) and, separated by a space, apply the parameter you want to use. So in your case, it would look something like 'HalalConsole.run --locale fr'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 05:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790531#M1043</guid>
      <dc:creator>ClaireProctor</dc:creator>
      <dc:date>2017-09-13T05:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to test localization in Qt Creator with AppStudio sample apps?</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790532#M1044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AppStudio 2.0, localization is not supported in apps launched from AppStudio / QtCreator. Support for this will be available in the next AppStudio release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdoc.arcgis.com%2Fen%2Fappstudio%2Fextend-apps%2Fglobalizeyourapp.htm" rel="nofollow" target="_blank"&gt;http://doc.arcgis.com/en/appstudio/extend-apps/globalizeyourapp.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As described in the above documentation, in AppStudio 2.0 localization support is available only in stand-alone apps built using the Make tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below commands can be used for testing the desktop apps built using Cloud Make.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Windows:&lt;BR /&gt;C:\Users\username\Applications\ArcGIS\MyApp\MyApp.exe --locale fr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;macOS:&lt;BR /&gt;/Users/username/Applications/ArcGIS/MyApp/MyApp.app/Contents/MacOS/MyApp --locale fr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cc: &lt;A href="https://community.esri.com/people/NManocha-esristaff"&gt;NManocha-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shobana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 05:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/how-to-test-localization-in-qt-creator-with/m-p/790532#M1044</guid>
      <dc:creator>ShobanaSuresh</dc:creator>
      <dc:date>2017-09-13T05:38:42Z</dc:date>
    </item>
  </channel>
</rss>

