InterviewSolution
Saved Bookmarks
| 1. |
What is Dynamic String Internationalization technique in GWT? |
|
Answer» This technique is very flexible but slower than static string internationalization. Host page contains the localized strings therefore, applications are not required to be recompiled when we add a new locale. If GWT application is to be integrated with an existing server-side localization system, then this technique is to be used. |
|