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 specific ones.
It appears i can FORCE to creation of a satellite dll by using resgen, but this would mean writing a POSTBUILD event with lots of calls to resgen,
resgen frmTest.resx MySatDLL.resources
Is there any other options.
Thanks in advance