Quantcast
Channel: Getting a string dynamically from strings resources - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by batmaci for Getting a string dynamically from strings resources

$
0
0

There is much simpler way of doing this

 [NameOfyourResxfile].ResourceManager.GetString("String Name");

in your case

strings.resx.ResourceManager.GetString("someString");

Viewing all articles
Browse latest Browse all 6

Trending Articles