User-276842610 posted
Hi hamidaspnet,
base on my knowledge, you can edit resource file by treating it as xml file, the XML format of a resource file will be like:
...............
<data name="firstItemResource.Text" xml:space="preserve">
<value>AAAAA</value>
<comment>4A</comment>
</data>
...............
about how to edit resource file I think this article may give your some hint, please refer:
http://www.codeproject.com/KB/cs/Editing_a_ResourceFile.aspx
thanks.