<?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: Different Language for Auto-Calender fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36995#M2520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to change the field names, not the content of the fields&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Auto Calendar.png" class="jive-image image-1" src="/legacyfs/online/199643_Auto Calendar.png" style="height: 293px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Apr 2018 09:35:34 GMT</pubDate>
    <dc:creator>fheidenstecker</dc:creator>
    <dc:date>2018-04-15T09:35:34Z</dc:date>
    <item>
      <title>Different Language for Auto-Calender fields</title>
      <link>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36993#M2518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I load data into Sense using the Data Manager, it automatically creates Date fields. The fieldnames are in Englisch. Is there any way i can switch them to German?&lt;/P&gt;&lt;P&gt;If i override the field names using the Data Editor and resync the script in Data Manager, it creates the same fields again in English, and the script will not load &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be glad for any advice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fabian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2018 09:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36993#M2518</guid>
      <dc:creator>fheidenstecker</dc:creator>
      <dc:date>2018-04-15T09:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Different Language for Auto-Calender fields</title>
      <link>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36994#M2519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the last four lines of the Main script section to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1523784117366535 jive_text_macro" jivemacro_uid="_1523784117366535"&gt;
&lt;P&gt;SET MonthNames='Jan;Feb;Mär;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';&lt;/P&gt;
&lt;P&gt;SET LongMonthNames='Januar;Februar;März;April;Mai;Juni;Juli;August;September;Oktober;November;Dezember';&lt;/P&gt;
&lt;P&gt;SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So';&lt;/P&gt;
&lt;P&gt;SET LongDayNames='Montag;Dienstag;Mittwoch;Donnerstag;Freitag;Samstag;Sonntag';&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2018 09:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36994#M2519</guid>
      <dc:creator>Ivan_Bozov</dc:creator>
      <dc:date>2018-04-15T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Different Language for Auto-Calender fields</title>
      <link>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36995#M2520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to change the field names, not the content of the fields&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Auto Calendar.png" class="jive-image image-1" src="/legacyfs/online/199643_Auto Calendar.png" style="height: 293px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2018 09:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36995#M2520</guid>
      <dc:creator>fheidenstecker</dc:creator>
      <dc:date>2018-04-15T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Different Language for Auto-Calender fields</title>
      <link>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36996#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try it with an afterwards renaming with a mapping like here described: &lt;A href="https://community.qlik.com/qlik-blogpost/2763"&gt;How to Rename Fields&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>Sun, 15 Apr 2018 12:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Different-Language-for-Auto-Calender-fields/m-p/36996#M2521</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-04-15T12:29:56Z</dc:date>
    </item>
  </channel>
</rss>

