Resource editing
Hi, i have an exe\dll file of .net win forms application. i want to translate the strings of the application. is there some tool i can use to edit the strings on the exe\dll ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
yogesh rainPosted Aug 28, 2008, 2:42 PM
keystring=valuestring
run RegGen utility, this utility will generate the resource file which is not human readable,
use ResourceManager classes to load resource while application startup or while form load extract the string using their keystring