Getting resource string value by Resource string identifier

74 views Asked by At

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.

0

There are 0 answers