Is it posible to change, programatically in C# or in XAML, the Culture of the XamMonthCalendar?
I need it in Spanish!
Thanks in advance
The FrameworkElement.Language property is used to determine the Culture that is passed to bindings and as such it will affect the culture from which the formats, month names, etc. will be retreived.