Tagged Questions
2
votes
1answer
355 views
winforms/c#: Way of copying Default Language resx to a language specific resx file to be able to Generate resource DLL?
Is there a way to copy the default resx file (default language) to an actual satellite assembly but automatically?
It appears that default language RESX files are not output as a DLL, only language ...
1
vote
4answers
1k views
Combine LocBaml and Resources in single satellite assembly
Its my understanding that the recommended approach to localization in WPF is to use the LocBaml tool to extract the localizable items into e.g. a csv file, translate the items into the desired ...