Questions tagged [resourcestring]
17 questions
0
votes
0 answers
Getting resource string value by Resource string identifier
How to get resource string value by Resource string identifier.
ResourceString
MyString = 'ABC';
If I have string identifier for MyString, how to fetch value 'ABC' form that ID.

user4916191
- 125
- 9
0
votes
1 answer
Remove unwanted resource strings in Silverlight Application in Visual Studio 2010
I have a silverlight application(Silverlight 4.0) and have a lot of strings in the ApplicationStrings.resx file. I want to remove the unwanted resource strings in the resource file.
Please help me out.

BAPSDude
- 331
- 1
- 4
- 16