InterviewSolution
Saved Bookmarks
| 1. |
Which tag of *.gwt.xml is used to support internationalization in GWT application? |
|
Answer» extend-property tag with attribute name set as locale and values as language specific locale, say de for german locale. |
|