Strings in resource files have a name, a value and a comment
The ResXResourceReader class gives me access to the name and the value.
Is there a way to read the comment?
Strings in resource files have a name, a value and a comment The ResXResourceReader
Share
You should be able to get
CommentviaResXDataNodeclass: http://msdn.microsoft.com/en-us/library/system.resources.resxdatanode.aspxYou will need to set
UseResXDataNodesflag on the reader: http://msdn.microsoft.com/en-us/library/system.resources.resxresourcereader.useresxdatanodes.aspx