Localization in WPF

余生长醉 提交于 2019-11-28 18:38:00
Madeleine

Check out WPF Globalization and Localization Overview. The article explains nicely how localization in WPF works.

you can use a MarkupExtension to do localization with dynamic language switching. Here is an interesting article about this:

http://www.wpftutorial.net/LocalizeMarkupExtension.html

I found very easy to start WPF localization with VS template, described in authors blog.

Project created using this template already contains all the necessary tools for localization, as well as the maximum automates the localization process. During application development, you add a new XAML file without having to worry about localization. Upon completion of the changes simply build project and change default language to translated.

Download template

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!