I think that jsp is the better way. Just rename gwt html file to a jsp file in which add some java code. And on client you should access the jsp file.
rashmi wrote: > Hi all, > I'm new to GWT and I'm trying to implement GWT static string > internationalization > I understand that in order to specify a locale at run time you need to > use meta tag or rewrite URL. > > If I add "locale=xx" in the meta tag or in the URL as below, I can see > the string internationalization working in my application. > <meta name="gwt:property" content="locale=de"> > or > http://www.example.org/myapp.html?locale=de > > But, I would like to dynamically generate the meta tag to set locale > at run time based on the client's browser locale. How to I change the > meta tag dynamically to use client's locale settings? Most browsers > send an Accept-Language header - is there any way in GWT to use that > information to dynamically generate the meta-tag? > > I would really appreciate any reply. > > Regards, > Rashmi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
