/RuntimeLocalizationDemo

Demo how to do localization of WPF UIs where you can switch languages at runtime

Primary LanguageC#MIT LicenseMIT

RuntimeLocalizationDemo

Demo how to do localization of WPF UIs where you can switch languages at runtime

This demo shows how can switch the language of a WPF application at runtime and still use the classic RESX system. The basic idea is to recrete the view (the main window) and keep the view model instances and their state alive.