Tagged Questions
1
vote
2answers
1k views
Localizing a WinForms Application with Embedded WPF User Controls
The application I'm trying to localize is a WinForms application that has a few hosted WPF user controls (WPF user controls hosted in an ElementHost WinForms control).
I use resx files to localize ...