Toggle Languages in MDI form

  • Thread starter Thread starter Jonathan Woods
  • Start date Start date
J

Jonathan Woods

Hi there,

How to change UI(e.g. Menus)Labels in MDI Form? I'm using Localization
for Multilingual Support. It is OK in childForm When CultureInfo object
set to CurrentThread.CurrentCulture and CurrentUICulture. I want to
change language on the spot without having to reload MDI form.(For
example when change language menuitem click).How can I do for that?
I would like to know how to handle in your application situation like
this?

Thanks in advance.
 
It's not really supported. Why would anyone want to change UI languages in
the middle of using an application? You would necessarily be changing to a
language other than what you chose for the shell. There are only two
convincing cases I can imagine - testing localisation and writing a shell -
and I don't think they're what you're doing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top