Hello,

I have developped an application that allows the user to change the
language, and the application continues to use that language during the
session. I could find no other way that to change
TurbineLocalizationService and override getLocale. However, this is a final
method. In the end I've copied the entire class. I don't like this solution
though, because of portability reasons.

Would it be possible to change final public Locale
getLocale(HttpServletRequest req)
to public Locale getLocale(HttpServletRequest req)?

Best regards, Bo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to