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?