21
Views
2
Comments
Solved
Translation of the days


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


2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

Without getting into Multi-language logic?

You have the DaysOfWeek function. Can do your own logic to return a different string for each day.


UserImage.jpg
Ibtissam MS
Solution

Thanks I opted for this solution and I make the translation of the strings: "weekdayShort.." ..

2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

Without getting into Multi-language logic?

You have the DaysOfWeek function. Can do your own logic to return a different string for each day.


UserImage.jpg
Ibtissam MS
Solution

Thanks I opted for this solution and I make the translation of the strings: "weekdayShort.." ..

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.