<?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: Localization Pro Add-in in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007129#M5825</link>
    <description>&lt;P&gt;Hi, as mentioned in &lt;A href="https://pro.arcgis.com/en/pro-app/get-started/set-the-display-language.htm#ESRI_SECTION1_573BF9F431FF44D5A90719FAA735201C" target="_self"&gt;this help document&lt;/A&gt;, the Pro language packs can be obtained from My Esri or your distributor.&lt;/P&gt;</description>
    <pubDate>Sat, 05 Dec 2020 00:24:12 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-12-05T00:24:12Z</dc:date>
    <item>
      <title>Localization Pro Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1004595#M5782</link>
      <description>&lt;P&gt;Hi! I am developing ArcGIS Pro add-in and translating it to different languages. I have followed these concepts: &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcept-Localization" target="_blank" rel="noopener"&gt;ProConcept Localization&amp;nbsp;&lt;/A&gt;and this &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/Localization" target="_blank" rel="noopener"&gt;GitHub example&lt;/A&gt;&amp;nbsp;but would like to know if there is any chance of localizing add-in &lt;STRONG&gt;without&amp;nbsp;&lt;/STRONG&gt;installing language pack?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 08:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1004595#M5782</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2020-11-25T08:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Localization Pro Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1005210#M5783</link>
      <description>&lt;P&gt;Hi Kirken, have you found where to get these language packs? Esri guards all the freaking information where to download anything. The site is a huge maze:(&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 15:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1005210#M5783</guid>
      <dc:creator>PetrDiviš</dc:creator>
      <dc:date>2020-11-27T15:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Localization Pro Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007127#M5824</link>
      <description>&lt;P&gt;Hi, you've found the best resources for localizing your Pro add-in.&amp;nbsp; As discussed in the &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcept-Localization#general-wpf-design-guidelines-for-globalization" target="_self"&gt;ProConcept document&lt;/A&gt;, it is recommended that you use language packs to provide a consistent experience for your users.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 00:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007127#M5824</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-05T00:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Localization Pro Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007129#M5825</link>
      <description>&lt;P&gt;Hi, as mentioned in &lt;A href="https://pro.arcgis.com/en/pro-app/get-started/set-the-display-language.htm#ESRI_SECTION1_573BF9F431FF44D5A90719FAA735201C" target="_self"&gt;this help document&lt;/A&gt;, the Pro language packs can be obtained from My Esri or your distributor.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 00:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007129#M5825</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-05T00:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Localization Pro Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007310#M5827</link>
      <description>&lt;P&gt;Ok, agree. But in my country, Estonia, people are often used to English UI-s (I'm not sure if there even is an Estonian ArcGIS pro but I know that many people don't like Windows in Estonian) which is why I would like that ArcGIS Pro UI itself was in English and Add-in language optional.&amp;nbsp;&lt;BR /&gt;Anyway, one solution is to make translations as resources and then check the CultureInfo:&lt;BR /&gt;&lt;EM&gt;System.Globalization.CultureInfo ci = System.Globalization.CultureInfo.InstalledUICulture;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and change the language accordingly:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if (ci.Name == "et-EE")&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("et");&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 10:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/localization-pro-add-in/m-p/1007310#M5827</guid>
      <dc:creator>kirken</dc:creator>
      <dc:date>2020-12-07T10:57:56Z</dc:date>
    </item>
  </channel>
</rss>

