Hello,
Another question, you know if I can set the CultureInfo dinamically in code?
I want to switch to Spanish or English, depending on a flag.
I try this: c1Calendar1.CalendarInfo.CultureInfo.Name = "es-PR";
but I have this error:
Error 1 Property or indexer 'System.Globalization.CultureInfo.Name’ cannot be assigned to — it is read only
Any help?
Thanks… (-: