A little searching did the trick. I have the right ResourceManager available in my strings class:
ResourceManager rm = strings.ResourceManager;
string someString = rm.GetString("someString");
A little searching did the trick. I have the right ResourceManager available in my strings class:
ResourceManager rm = strings.ResourceManager;
string someString = rm.GetString("someString");