Localization in WPF -
I am starting a new application in WPF and how would I want to run localization? In WinForms you can use Rex strings for UI text, how is it done in WPF? Is there a special binding syntax to force resx resources or is there a different way of doing this?
Thank you!
The checkout article explains how localization works in WPF.
Comments
Post a Comment