Tagged Questions
4
votes
1answer
175 views
Manage localization with Baml
I'm developping a little application in WPF and I want to localize my resources.
I've always used resources files (.resx), but I heard about BAML that was suppose to change the way of manage ...
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 ...