I have one doubt with googlewebtoolkit incubator..
Iam trying to read my property files accoding to the selection of
'locale'.
I have methods in say for eg:
1) public interface CompanyMessages extends Messages
{
String CompanyDetails();
String CompanyName();
}
my property files are
CompanyMessages_en.Properties,
CompanyMessages_fr.Properties,
CompanyMessages.Properties
In my
ResourcesInterface extends ImmutableResourceBundle
{
/** @gwt.resource CompanyMessages.properties */
public TextResource propertyReader();
}
My Doubt is how can i call each method of my property file..
for eg:
How can i call the method CompanyDetails();?
It would be a great help for me if you help me how can i get values
thanks in advance
zujee
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---