<?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: Button to change language in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1624715#M856243</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;it's possible and very easy&amp;nbsp; you have to :&lt;/P&gt;&lt;P&gt;1. Create a variable v_language and set the variable to 0 for example (ctrl+alt+v)&lt;/P&gt;&lt;P&gt;2.Second step you have to create a buton for french language and a buton for english language&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Create an action for each buton and define the variable for english buton to 2 and 1 for the french language&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. in each text box or object you have a section named "Disposition" you have to click on conditional and put the condition for your text box if( v_language =1,1,0) for the french text and do the same for the text in english&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results : when you clik on the french language you see the french text and when you clik on the english language you see the english text&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerly yours&lt;/P&gt;&lt;P&gt;Ali&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 14:10:36 GMT</pubDate>
    <dc:creator>bouderbc</dc:creator>
    <dc:date>2019-09-17T14:10:36Z</dc:date>
    <item>
      <title>Button to change language</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1271643#M856241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Language:&lt;/P&gt;&lt;P&gt;CrossTable(Language , Statement)&lt;/P&gt;&lt;P&gt;LOAD No,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; English,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; French&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(vMapping)\Language_Translation.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to add additional functionality that will allow me to change the language&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have multibox with 'English' and 'French.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change from English to French, I want the Text Box (which is actioned to open Sheet01) to change to the corresponding translation.&lt;/P&gt;&lt;P&gt;I could write a simple 'if' statement to say&lt;/P&gt;&lt;P&gt;if( Language='English', 'Overview', 'Vue d'ensemble').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to dress it up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could I use a Match function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1271643#M856241</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button to change language</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1271644#M856242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will be helpful: &lt;A href="https://community.qlik.com/qlik-blogpost/2863"&gt;Handling Multiple Languages&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 16:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1271644#M856242</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-01T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Button to change language</title>
      <link>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1624715#M856243</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;it's possible and very easy&amp;nbsp; you have to :&lt;/P&gt;&lt;P&gt;1. Create a variable v_language and set the variable to 0 for example (ctrl+alt+v)&lt;/P&gt;&lt;P&gt;2.Second step you have to create a buton for french language and a buton for english language&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Create an action for each buton and define the variable for english buton to 2 and 1 for the french language&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. in each text box or object you have a section named "Disposition" you have to click on conditional and put the condition for your text box if( v_language =1,1,0) for the french text and do the same for the text in english&amp;nbsp;&lt;/P&gt;&lt;P&gt;Results : when you clik on the french language you see the french text and when you clik on the english language you see the english text&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerly yours&lt;/P&gt;&lt;P&gt;Ali&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 14:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-to-change-language/m-p/1624715#M856243</guid>
      <dc:creator>bouderbc</dc:creator>
      <dc:date>2019-09-17T14:10:36Z</dc:date>
    </item>
  </channel>
</rss>

