I've renamed my "index.html" to "index.jsp" and I've added the following line in the <head/> section:
<meta name="gwt:property" content="locale=<%=request.getLocale()%>"> My application now uses the preferred language defined in the browser's settings. This works fine! On 19 juil, 10:24, Sorinel C <[email protected]> wrote: > I have in my module .gwt.xml file definition the following lines: > > <inherits name="com.google.gwt.core.Core" /> > <inherits name="com.google.gwt.user.User" /> > <inherits name="com.google.gwt.i18n.I18N" /> > <inherits name="com.google.gwt.i18n.CldrLocales" /> > <inherits > name="com.google.gwt.user.theme.standard.StandardResources" /> > > So, maybe something else is wrong, but I don't catch it :( > > Thanks! > > PS: some other GWT tricks you can find > here:http://ui-programming.blogspot.com/ > :-)) -- 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.
