I need to support UI language change through the application menu. Localized strings store in resource files. I use this approach. It works fine, but I one problem. How I can change UI language on-the-fly, without reloading application?
I try to google this problem - many advises to implement INotifyPropertyChanged interface. But, I still can't figure out how it works.
Do you know any on-fly-changing-SL-application? Please show me how it works.