Hi,
How can I read/write/modify/delete a value from the Resources.resx file?
Thanks,
Adrian
Printable View
Hi,
How can I read/write/modify/delete a value from the Resources.resx file?
Thanks,
Adrian
You need to use a special editor. There is one provided with VS.NET 2003, although you have to compile it yourself. This is no big deal though. Do a help/MSDN search for "ResEditor" for more information. Alternatively, there other editors around including Resourcer.
As editor I can use Visual Studio 2005. With a double click I can insert, delete, modify a value.
But I want to be able to do this in my code.