0

I have WPF application with C#, i want to convert the language of the window depending on the user selection. for user selection i have ComboBox with language names. what i want is when user select the Combo form controls labels/text should change to that language.

i already tried this : Multilanguage in WPF but its very complicated.

can anyone please tell me the easy way to achieve it?

Community
  • 1
  • 1
Avinash patil
  • 1,689
  • 4
  • 17
  • 39
  • 1
    you many wan't to look at this question: http://stackoverflow.com/questions/15268699/mvvm-conform-localization-in-wpf-applications – Joel Apr 03 '14 at 14:32
  • 2
    I'm using https://wpflocalizeextension.codeplex.com and it's actually very simple to use. What do you not understand about it? Read the manual first. – L-Four Apr 03 '14 at 14:34
  • @Joel: I dont know the MVVM i have never used that. :( – Avinash patil Apr 03 '14 at 14:36
  • @L-Three : very nice! +1 for you! – Avinash patil Apr 03 '14 at 14:40
  • it has nothing to do with the mvvm pattern, it is about localizing wpf application with resource files (*.resx). The short answer to your question is: Changing the language in WPF during runtime is complicated. – Joel Apr 03 '14 at 14:41

0 Answers0