We have a WPF application that is loading a usercontrol at runtime from the deployed .XAML
file (customer requirement - they want to be able to replace the views entirely).
We would like to localize strings in this XAML file. All .resx
file based WPF localization approaches I have found on the web seem to require recompilation when the localized values are changed.
How to localize a dynamically loaded XAML usercontrol without needing to recompile the resources?