UWP DatePicker custom strings for month

Viewed 1091

I am doing UWP application for non English users. I need to use DatePicker but I don't like that the months' names are written in English, I also dont want to show month with their numeral values. How can I set my own list of string to show it on the months picker?

2 Answers
Related