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 ...
0
votes
0answers
69 views
How can I use outputFilename.extension with ResGen.exe?
I have resource file (mainFile.resx) - how can I compile it to resource file with ResGen.exe and change this resultant resource file name and location at the same time? It should be achievable ...