Thursday, December 1, 2011

GWT Locale does work in address bar, does not work in meta

Hi

I have a gwt portlet with (for now) localization in English (default)
and Dutch.

If I put ?locale=nl& in the address bar, I get nice Dutch texts.
However, if I put <meta name="gwt:property" content="locale=nl" > in
the head of my html file, without any reference to locale in the
address bar, I get the English texts. When I look into the rendered
html source, I can see the <meta> tag. According to the documentation
it should give Dutch texts.

Does anybody have a suggestion about where I should look to fix this?
Obviously my locale is working, but it disregards the meta property

With kind regards

Jesse van Bekkum

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment