Localization in WPF

前端 未结 3 1545

I am starting a new application in WPF and I am curious how to handle Localization? In WinForms you can use resx strings for the UI text, how is this done in WPF? Is there a

3条回答
  •  自闭症患者
    2020-12-05 02:45

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

提交回复
热议问题