Getting resource string value by Resource string identifier

94 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 best solutions below