Hallo al,
I have this date format that displays the first 3 letters of the day in English, I want to make a translation of the days. Is there a simple way to do it?
Thank you
Without getting into Multi-language logic?
You have the DaysOfWeek function. Can do your own logic to return a different string for each day.
Thanks I opted for this solution and I make the translation of the strings: "weekdayShort.." ..