Tagged Questions
2
votes
1answer
361 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 ...