Hi, I have problem with day names because my program is on another language. In VS C# project when I make form, days are showing in local language but when I start app, calendar days are showing in English.
I have defined local language CultureInfo for System.Threading.Thread.CurrentThread.CurrentCulture and System.Threading.Thread.CurrentThread.CurrentUICulture.
Thanks and best regards,
cholegm
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have problem with day names because my program is on another language. In VS C# project when I make form, days are showing in local language but when I start app, calendar days are showing in English.
I have defined local language CultureInfo for System.Threading.Thread.CurrentThread.CurrentCulture and System.Threading.Thread.CurrentThread.CurrentUICulture.
Thanks and best regards,
cholegm