You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
i'm using gwtp and i want to make my gwt application's I18N dynamic, i
did something likeshowcase example
is doing even though it is good i don't want reloade every time when
locale is changing.
so i just want to change the labels of my view when i change the
locale.
thanks,
krrish.
Joseph Lust
unread,
May 30, 2012, 4:15:37 PM5/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Krrish,
GWT compiles a different permutation of the code for each language you have implemented i18n for. You thus must reload the app to load the different permutation to switch the language in use. If you want it to behave differently, you'll have to do i18n a different way than the built in GWT i18n tools