Localizable MonthCalendar control

Dec 6 2004 2:06 PM
Hi, Does anyone know how to localize the MonthCalendar control? I have a French application for which I want to have the MonthCalendar display the Month and Day information in French. I have tried using the following code in the main method: Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("fr-CA"); Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr-CA"); Application.Run(new MainForm()); It does not work. Also, I know that by having a french OS, this would make it work, but my OS is in English, but I still want to display the MonthCalendar in French. Thanks in advance for your help, Chris

Answers (1)