As per GAR compliance, language has to be indicate with page.

Question 2.9. Is the content’s human language indicated in the markup?
E.g. for a page written in all one language, `<html lang="fr">`, or for a 
multi-lingual page,  `<div lang="fr">`.

A GWT application indicates its supported locales list in in its gwt.xml, 
and the html page with the locale requested by the client gets served. How 
can a GWT application have the lang attribute set in the html tag? Our 
application is UI widget based, and therefore we don't have a host html 
page, but directly add the widget to the RootPanel().

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to