We are developing a WPF Application which should support multiple Languages. Since we have to support some languages none of the development team knows, we agreed on allow the users (Administrators) to enter the texts for those languages. What is the best way to do so ?
We are developing a WPF Application which should support multiple Languages. Since we have
Share
I have made very good experience with the WPFLocalizationExtension
It comes with loads of functionality (e.g binding to localized image ressources depending on the language) and the best: It’s free. There are also some resx edit tools around that allow you to load and edit your resx localization files.