How do I manually set the locale for tapestry? We want language to be a user definable thing, rather than relying on the browser. We used to do this in T3 with a getEngine().setLocale(). This method is still being called and the Engine keeps the right locale, but localization is still done in some places based on the browser setting. It seems to ignore the Engine property.
I see that the Infrastructure has a locale, but I haven't found any good documentation, although that may be a problem on my part, about the Infrastructure. -Chris
