XamForms.Controls.Calendar
XamForms.Controls.Calendar copied to clipboard
Change the calendar locale
I need to know how to change the locale/language of the calendar.
ToString replace dayLabels[i].Text = start.ToString(WeekdaysFormat, CultureInfo.CreateSpecificCulture("ko-kr")); I hope this helps.
In AppDelegate and MainActivity set: Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("pl-PL"); Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("pl-PL");
How do you access the dayLabels property?
@gyfus815 Could you please help me out asap?