TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
clarose_germany
NA
1
0
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
Reply
Answers (
1
)
CheckBox in a DataGrid
issue in editing datagrid winform control