I have one "simple" requirement that doesn't seem to be supported by
GWT, even though all the parts seems to be in place.
I want to format dates, time and currency according to the users
default language in their browser. Users expect to see such entities
in formats they understand.
However, I have no intention of translating my application. But as I
have understood it, GWTs support of DateTimeConstants etc rely on the
fact that I have compiled the application for all the locales that my
users might be using. And that's just crazy. I can understand the need
if you want to translate the UI as well.

As an example, Swedish users have no problem with a UI in English, but
we get *very* confused by the US date format.

Is there a way to just get support for formatting in all the locales
that GWT has in com.google.gwt.i18n.client.Constants?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to