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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -