Hello All.
I am a new GWT developer. I am now having a trouble with
internationalization. In GWT host mode, it keeps giving me the error
message, ' No Resource for key 'Home_Office'
Here is a snap shot of my code:
public interface NameConstants extends Constants
{
@Key(value="Home_Office")
String Home_Office();
}
private static final NameConstants
constants=GWT.create(NameConstants.class);
-------------
I have created '.properties' file that has Home_Office.
Any one here can help me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---