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
Malherbe
NA
1
0
Win Form application with Multilanguage features
Mar 14 2007 6:55 AM
Hi to you all,
I created a winform application with multilanguage resource files.
On this form there is a button "Change language" that changes the language.
In runtime :
When I click the button nothing happens.
But...It does work when I open a new window in my application.
How can you make it so that the language change takes immediate effect ?
So also on the form that has the button "Change language".
I use the following code to change the language
In event handler method of the button on click :
Thread
.CurrentThread.CurrentUICulture =
new
CultureInfo
(cult);
Thread
.CurrentThread.CurrentCulture =
CultureInfo
.CreateSpecificCulture(cult);
Kind Regards and thanks
Reply
Answers (
0
)
How to display an OpenFileDialog when changing a property in a PropertyGrid?
Image transfer between two machines