Hey,
i know how to retrieve and create resource entries in an .resx file programmatically. I am using the ResourceWriter
and the ResourceReader
for that approach. But now i want to clean up several items in my .resx file, and want to delete them. How can i achieve that?
Greetings chrsk