<?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 Localization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143413#M22658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw the answer to this post and thought that finally someone has solved the Localization issues for QlikVeiw. But then again no. The proposed solution, as others I have seen, is depending on one prerequisite; &lt;B&gt;all labels for each language are unique.&lt;/B&gt; If not: the FieldIndex and FieldValue functions will return wrong labels. The labels are set within the charts, so the lookup function will not help... (unless I explicitly set all labels in the loading script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Label English Norwegian&lt;/P&gt;&lt;P&gt;lblOnly Only Bare&lt;/P&gt;&lt;P&gt;lblSbdy Somebody Noen&lt;/P&gt;&lt;P&gt;lblFew A few Noen&lt;/P&gt;&lt;P&gt;lblOthrs Others Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example two English words are translated to two Norwegian words with the same syntax, but different semantics. If this happens, the lookup for Norwegian, normally using FieldValues and FieldIndex, will return the wrong value when finding the translation of "A few", as the second value of "Noen" will be seen as redundant by QlikView... the error will affect all the succeeding values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For small applications this might not seem like a problem, but wait until you start to play with an application with tens of tabs and hundreds of graphs and list boxes... and you then try to outsource the job to someone not understanding all the languages in your application... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any others with the same experience?&lt;/STRONG&gt; Any other solutions to this than the dirtiest of dirty tricks - the pipe separated string - creating the following interesting, but unique values (I used the § character as the | is so tiny...);&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Label English Norwegian&lt;/P&gt;&lt;P&gt;lblOnly Only&lt;B&gt;§&lt;/B&gt;lblOnly Bare&lt;B&gt;§&lt;/B&gt;lblOnly&lt;/P&gt;&lt;P&gt;lblSbdy Somebody&lt;B&gt;§&lt;/B&gt;lblSbdy Noen&lt;B&gt;§&lt;/B&gt;lblSbdy&lt;/P&gt;&lt;P&gt;lblFew A few&lt;B&gt;§&lt;/B&gt;lblFew Noen&lt;B&gt;§&lt;/B&gt;lblFew&lt;/P&gt;&lt;P&gt;lblOthrs Others&lt;B&gt;§&lt;/B&gt;lblOthrs Andre&lt;B&gt;§&lt;/B&gt;lblOthrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then of course you need to add a left() and an index() function as well to dissect out the label you want to show...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 21:52:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-20T21:52:12Z</dc:date>
    <item>
      <title>Localization</title>
      <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143409#M22654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know there are some older posts on this but the links are broken. I also know the Finance Controlling app has localization however the module comments are all in Germen so I can't understand exactly what's happening. Does anyone have a simple application that has multiple languages? I'm trying to do English and Mandarin and I understand there also may be some issues interpreting the character set; any tips on that would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization/m-p/143409#M22654</guid>
      <dc:creator />
      <dc:date>2009-05-06T03:02:28Z</dc:date>
    </item>
    <item>
      <title>Localization</title>
      <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143410#M22655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We recently had a thread on the subject: &lt;A href="http://community.qlik.com/forums/t/16001.aspx"&gt;http://community.qlik.com/forums/t/16001.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is from the new forum, so everything should still be accessible.&lt;/P&gt;&lt;P&gt;I think the main requirement for localization was to put your field names into a table with a field for each language. A Lookup was then used to pull the field name for the chosen language (which was stored in a variable).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization/m-p/143410#M22655</guid>
      <dc:creator />
      <dc:date>2009-05-06T03:27:42Z</dc:date>
    </item>
    <item>
      <title>Localization</title>
      <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143411#M22656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a simple version of how-to from QlikTech experts.&lt;/P&gt;&lt;P&gt;No experience on Mandarin so can't say much about it, but the document has an email address to contact at QlikTech if you need further help in this matter. You may try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization/m-p/143411#M22656</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2009-05-06T03:28:50Z</dc:date>
    </item>
    <item>
      <title>Localization</title>
      <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143412#M22657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both. Helpful attachment!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 03:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization/m-p/143412#M22657</guid>
      <dc:creator />
      <dc:date>2009-05-06T03:34:03Z</dc:date>
    </item>
    <item>
      <title>Localization</title>
      <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143413#M22658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw the answer to this post and thought that finally someone has solved the Localization issues for QlikVeiw. But then again no. The proposed solution, as others I have seen, is depending on one prerequisite; &lt;B&gt;all labels for each language are unique.&lt;/B&gt; If not: the FieldIndex and FieldValue functions will return wrong labels. The labels are set within the charts, so the lookup function will not help... (unless I explicitly set all labels in the loading script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Label English Norwegian&lt;/P&gt;&lt;P&gt;lblOnly Only Bare&lt;/P&gt;&lt;P&gt;lblSbdy Somebody Noen&lt;/P&gt;&lt;P&gt;lblFew A few Noen&lt;/P&gt;&lt;P&gt;lblOthrs Others Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example two English words are translated to two Norwegian words with the same syntax, but different semantics. If this happens, the lookup for Norwegian, normally using FieldValues and FieldIndex, will return the wrong value when finding the translation of "A few", as the second value of "Noen" will be seen as redundant by QlikView... the error will affect all the succeeding values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For small applications this might not seem like a problem, but wait until you start to play with an application with tens of tabs and hundreds of graphs and list boxes... and you then try to outsource the job to someone not understanding all the languages in your application... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any others with the same experience?&lt;/STRONG&gt; Any other solutions to this than the dirtiest of dirty tricks - the pipe separated string - creating the following interesting, but unique values (I used the § character as the | is so tiny...);&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Label English Norwegian&lt;/P&gt;&lt;P&gt;lblOnly Only&lt;B&gt;§&lt;/B&gt;lblOnly Bare&lt;B&gt;§&lt;/B&gt;lblOnly&lt;/P&gt;&lt;P&gt;lblSbdy Somebody&lt;B&gt;§&lt;/B&gt;lblSbdy Noen&lt;B&gt;§&lt;/B&gt;lblSbdy&lt;/P&gt;&lt;P&gt;lblFew A few&lt;B&gt;§&lt;/B&gt;lblFew Noen&lt;B&gt;§&lt;/B&gt;lblFew&lt;/P&gt;&lt;P&gt;lblOthrs Others&lt;B&gt;§&lt;/B&gt;lblOthrs Andre&lt;B&gt;§&lt;/B&gt;lblOthrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then of course you need to add a left() and an index() function as well to dissect out the label you want to show...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 21:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization/m-p/143413#M22658</guid>
      <dc:creator />
      <dc:date>2009-07-20T21:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Localization</title>
      <link>https://community.qlik.com/t5/QlikView/Localization/m-p/143414#M22659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey , i am working on a similar application but on a personal edition . Cant open the attachment. Can you please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 10:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization/m-p/143414#M22659</guid>
      <dc:creator />
      <dc:date>2016-03-14T10:26:51Z</dc:date>
    </item>
  </channel>
</rss>

