<?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: Multilanguage user interface in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3791032#M1069436</link>
    <description>&lt;P&gt;Hi GerdW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your feedback. In the mean time I found a way to modify the caption name of tab pages. Take a look to this topic: &lt;A href="https://forums.ni.com/t5/LabVIEW/tab-control-page-name/td-p/661879" target="_blank"&gt;https://forums.ni.com/t5/LabVIEW/tab-control-page-name/td-p/661879&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try to add the property node for buttons on/off text into my sub vi as well. And next would be your tip with the runtime menus. The new project code with the caption name of tab pages is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Alain&lt;/P&gt;</description>
    <pubDate>Wed, 09 May 2018 13:33:01 GMT</pubDate>
    <dc:creator>LN86</dc:creator>
    <dc:date>2018-05-09T13:33:01Z</dc:date>
    <item>
      <title>Multilanguage user interface</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3790983#M1069419</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am working a little bit on a Multilanguage user interface and found some information here like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.ni.com/t5/LabVIEW/Multilanguage-user-interface/td-p/2744846/highlight/true" target="_blank"&gt;https://forums.ni.com/t5/LabVIEW/Multilanguage-user-interface/td-p/2744846/highlight/true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I programmed/tested the solution from John_P1 and it works fine. Project (LV2016/2017) is attached and contains 2 sub vi's, one to get all elements by label or caption name (GetElements.vi) and the Multilanguage vi to change the caption name of all elements which are defined in the Multilanguage.ini file. The "TestVi.vi" is to use/test both of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With this code I can change easily the caption name of the elements. Now I am just wondering if there is a way how I could modify my code to change the name as well for:&lt;/P&gt;
&lt;P&gt;- Tab pages&lt;/P&gt;
&lt;P&gt;- Buttons on/off text&lt;/P&gt;
&lt;P&gt;- Run-Time Menus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.ni.com/t5/LabVIEW/application-multilingue-labview/td-p/3626068" target="_blank"&gt;https://forums.ni.com/t5/LabVIEW/application-multilingue-labview/td-p/3626068&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but have no idea what GerdW means with "you will find such tools in the LabVIEW Tools Network using VIPM!"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="UserSignature lia-message-signature" style="width: 100%; overflow: hidden; max-height: 250px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 12:39:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3790983#M1069419</guid>
      <dc:creator>LN86</dc:creator>
      <dc:date>2018-05-09T12:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multilanguage user interface</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3791003#M1069428</link>
      <description>&lt;P&gt;Hi Alain,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;have no idea what GerdW means with…&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In VIPM you will find additional toolkits/software packages for a lot of problems. Some of them are designed to allow/ease creation of multilanguage GUIs…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;if there is a way how I could modify my code to change the name as well for:&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;- Tab pages&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;- Buttons on/off text&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;- Run-Time Menus&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;- You cannot change the label of tab pages as they are set at edit time.&lt;/P&gt;
&lt;P&gt;- For buttons there are property nodes to change the boolean text.&lt;/P&gt;
&lt;P&gt;- You can create runtime menus from scratch using menu functions, so there should be no problem to you…&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 13:02:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3791003#M1069428</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2018-05-09T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multilanguage user interface</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3791032#M1069436</link>
      <description>&lt;P&gt;Hi GerdW&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your feedback. In the mean time I found a way to modify the caption name of tab pages. Take a look to this topic: &lt;A href="https://forums.ni.com/t5/LabVIEW/tab-control-page-name/td-p/661879" target="_blank"&gt;https://forums.ni.com/t5/LabVIEW/tab-control-page-name/td-p/661879&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try to add the property node for buttons on/off text into my sub vi as well. And next would be your tip with the runtime menus. The new project code with the caption name of tab pages is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 13:33:01 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multilanguage-user-interface/m-p/3791032#M1069436</guid>
      <dc:creator>LN86</dc:creator>
      <dc:date>2018-05-09T13:33:01Z</dc:date>
    </item>
  </channel>
</rss>

