This content has been marked as final.
Show 3 replies
-
Re: Different Language for Auto-Calender fields
Ivan Bozov Apr 15, 2018 5:22 AM (in response to Fabian Heidenstecker)Hallo
Change the last four lines of the Main script section to this:
SET MonthNames='Jan;Feb;Mär;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez'; SET LongMonthNames='Januar;Februar;März;April;Mai;Juni;Juli;August;September;Oktober;November;Dezember'; SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So'; SET LongDayNames='Montag;Dienstag;Mittwoch;Donnerstag;Freitag;Samstag;Sonntag';
-
-
Re: Different Language for Auto-Calender fields
Marcus Sommer Apr 15, 2018 8:29 AM (in response to Fabian Heidenstecker)You could try it with an afterwards renaming with a mapping like here described: How to Rename Fields
- Marcus
-