vote up 1 vote down star

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

flag

1 Answer

vote up 3 vote down check

Using the ResXResourceReader and ResXResourceWriter classes

Read your resx using the reader and feed it into the writer, omitting entries you want removed.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.