There is much simpler way of doing this
[NameOfyourResxfile].ResourceManager.GetString("String Name");
in your case
strings.resx.ResourceManager.GetString("someString");
There is much simpler way of doing this
[NameOfyourResxfile].ResourceManager.GetString("String Name");
in your case
strings.resx.ResourceManager.GetString("someString");