Ok, I fixed… I do this: c1Calendar1.CalendarInfo.CultureInfo = new System.Globalization.CultureInfo("es-PR");
But really, I want to do is something that I can do it in the version for vb6.
Change dinamcally the months and days names.
For example:
I use the control in vb6 and I can do with the following code:
MonthOxc.MonthNames = "January,February,March,April,May,June,July,August,September,October,November,December"
MonthOxc.DayHeader = "Sun,Mon,Tue,Wed,Thu,Fri,Sat"
This can be done in the .net version of the calendar control?
Thanks again!!!