Hi
I would like to use gwt intrernationalization
i have succeded to use Static String Internationalization method and i
have added in my HTML page
<meta id="langue" name="gwt:property" content="locale=fr">
Now , i would like to change the language from my login page;I have
added in my login form a combobox to select the language of the
application
i tryed to change the DOM generated to select another language:
Element lang = DOM.getElementById("langue");
lang.setAttribute("content", "locale=en");
but the languge doesn't chang
How could i modify the language from my combobox
--
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.