I'm using FF in Mac.
I have "es-ar" as the only preferred language.
I'm using i18n with Constants.
I have this in my Module Descriptor
<inherits name="com.google.gwt.i18n.I18N"/>
<extend-property name="locale" values="en"/>
<extend-property name="locale" values="es"/>
And, i can't see my app in the "es" locale being the one selected as
preferred in FF.
But if I go to http://localhost:8888/?gwt.codesvr=127.0.0.1:9997&locale=es I
see my app in the correct locale.
What am I missing?
--
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.