On Fri, Jun 17, 2011 at 1:12 PM, Dennis Haupt <[email protected]>wrote:
> my requirement is to be able to change the locale on the fly. i've > cheated by asking the server for a date format which i get out of a > simpledateformat via reflection. > Right, all of GWT's i18n support is designed to do as much as possible at compile time rather than runtime -- if you don't want that, you need to do it on the server (you could do it yourself on the client, but the time/speed penalty is pretty large). -- John A. Tamplin Software Engineer (GWT), Google -- 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.
