Hi, I am using standard (static string) GWT i18n for my SmartGWT app, and it works OK, all system messages are properly translated.
However, when I show the login dialog (executing $wnd.isc.showLoginDialog() via JSNI), the I18N settings do not seem to take effect.
I am sure that i18nutil.init() has run by then, and if I put up a dialog
in the following/next like (like SC.ask("sure?", null) ), its i18n-d.
What could be wrong?
Thank you for your help!
However, when I show the login dialog (executing $wnd.isc.showLoginDialog() via JSNI), the I18N settings do not seem to take effect.
I am sure that i18nutil.init() has run by then, and if I put up a dialog
in the following/next like (like SC.ask("sure?", null) ), its i18n-d.
What could be wrong?
Thank you for your help!
Comment