Google News
logo
Java GWT - Interview Questions
What is Dynamic String Internationalization technique in GWT?
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.
Advertisement