I think it should work if you call setLanguage() on the direct action.
Ramsey
On Jul 7, 2011, at 7:26 PM, Pascal Robert wrote:
> I'm adding an action to a WO app that is 100% DirectAction. That app have its
> own subclass of WORequest, and when someone switch languages, we do:
>
> ((OSRequest
I'm adding an action to a WO app that is 100% DirectAction. That app have its
own subclass of WORequest, and when someone switch languages, we do:
((OSRequest) _context.request()).setBrowserLanguages(val);
Works fine for the localized strings (again, the app have its own method for
localizati