How can I get a value from a key-based property file in GWT. I have two properties files: one for English and the other for French.I want to add a tooltip for the icon, getting the value from the properties file using the mouseover event.
How can i achieve this?
Please, help.
source
share