This may sound like an unusual question, but I am curious as to how i can add an additional column to the resx file setup (so i would have something like "name, value, comment, foo")
I've looked around online and haven't heard of anyone else trying something like this, but i think it might be possible to do this by writing a new resx reader and writer. Just wanted to know if anyone had any insight on this problem, mainly i intend to use this for storing messages and logging them with a priority stored in the resource file (column foo in this case)