What is the error you're getting?
I guess you don't need to specify the resource name while sending a parameter to getString method. Try using... String s1 = _resources.getString(HELLO_WORLD_STRING);
When you select getString and click enter, you get a list of constants associated with the resource bundle to select from. Probably you'll even get HELLO_WORLD_STRING as an option. |