How to read the string from .resx file in c#? please send me guidelines . step by step
This works for me. say you have a strings.resx file with string ok in it. to read it
String varOk = My.Resources.strings.ok