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.
extend-property tag with attribute name set as locale and values as language specific locale, say de for german locale.
|
|