<?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: Return the language of the running archicad in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620186#M9725</link>
    <description>&lt;P&gt;Also, do you know how would that be written for versions older than 27? Like for 26?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 16:32:41 GMT</pubDate>
    <dc:creator>Emkave</dc:creator>
    <dc:date>2024-07-29T16:32:41Z</dc:date>
    <item>
      <title>Return the language of the running archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620022#M9721</link>
      <description>&lt;P&gt;Good day everyone!&lt;BR /&gt;I have a problem with returning the language value of running Archicad.&lt;BR /&gt;I want to do something related to localization and stuff but for that I want to know firstly what language is used by the user.&lt;/P&gt;
&lt;P&gt;Do you know any way of returning the language of an active Archicad session? I guess the methods may differ for pre 27, 27 and beyond versions, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows 10&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:45:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620022#M9721</guid>
      <dc:creator>Emkave</dc:creator>
      <dc:date>2024-09-17T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Return the language of the running archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620100#M9722</link>
      <description>&lt;P&gt;Try ACAPI_AddOnIdentification_Application()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;API_ServerApplicationInfo AppInfo;
GS::UniString language = "";
err = ACAPI_AddOnIdentification_Application (&amp;amp;AppInfo);
if (err == NoError){
    language = AppInfo.language;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="simple-translate" class="simple-translate-system-theme"&gt;
&lt;DIV&gt;
&lt;DIV class="simple-translate-button isShow" style="background-image: url('moz-extension://409506dd-235b-43eb-8a56-c52da55ff446/icons/512.png'); height: 22px; width: 22px; top: 181px; left: 263px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="simple-translate-panel " style="width: 300px; height: 200px; top: 0px; left: 0px; font-size: 13px;"&gt;
&lt;DIV class="simple-translate-result-wrapper" style="overflow: hidden;"&gt;
&lt;DIV class="simple-translate-move" draggable="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="simple-translate-result-contents"&gt;
&lt;P class="simple-translate-result"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="simple-translate-candidate"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jul 2024 18:19:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620100#M9722</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2024-07-29T18:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Return the language of the running archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620183#M9724</link>
      <description>&lt;P&gt;Hi, thank you for the solution.&lt;BR /&gt;However, the issue is - when I tried this on my device, it returned me INT value (international -&amp;gt; English, I assume).&lt;BR /&gt;I wonder what is the list of language tags existing there in archicad. Do you know where I can find that list?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 15:53:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620183#M9724</guid>
      <dc:creator>Emkave</dc:creator>
      <dc:date>2024-07-29T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Return the language of the running archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620186#M9725</link>
      <description>&lt;P&gt;Also, do you know how would that be written for versions older than 27? Like for 26?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 16:32:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620186#M9725</guid>
      <dc:creator>Emkave</dc:creator>
      <dc:date>2024-07-29T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Return the language of the running archicad</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620194#M9726</link>
      <description>&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Archicad-C-API/Addon-folder-name-in-different-languages/m-p/293462/highlight/true#M4102" target="_self"&gt;List of value&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In AC26 and older:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;API_ServerApplicationInfo AppInfo;
GS::UniString language = "";
err = ACAPI_Environment (APIEnv_ApplicationID, &amp;amp;AppInfo);
if (err == NoError){
    language = AppInfo.language;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="simple-translate" class="simple-translate-system-theme"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Jul 2024 01:10:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Return-the-language-of-the-running-archicad/m-p/620194#M9726</guid>
      <dc:creator>kuvbur</dc:creator>
      <dc:date>2024-07-30T01:10:38Z</dc:date>
    </item>
  </channel>
</rss>

