jake H schrieb: > I want to ask how can i change the default language.
Add the line <meta name="gwt:property" content="locale=en"> to your HTML-file that is loaded by the browser. Change "en" to the default-language of your choice. > And secondly if i can change the default language dynamically. Deliver above HTML-page not statically but dynamically e.g. by a servlet. You might need persistent cookies to be able to get the language of a specific user before she actually logged in or use some other way of determining the default-language but because you act on the server-side you can use the full toolbox Java provides. The servlet just need to create above line with the specific- language-entry. The rest is done by the browser evaluating what HTML-file containing the browser/language/other properties- combination implements. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
