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
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