> I DON'T USE THIS ---->
> Locale.setDefault(Locale.FRENCH);
>               I USE THIS ---->
> session.setAttribute(Globals.LOCALE_KEY, locale);

Me too I'm using the session to store the user's default locale! The
first one I'm using is to set a default locale for the JVM! This
hasn't the same behaviour as the second one so I'm using both...

Christian

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

Reply via email to