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.
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.