This is most appropriate if the application needs user sessions anyway, that is, when the HttpSession does not have to be created for the locale.
Custom controllers can override the user's locale by calling setLocale
, e.g. responding to a locale change request.
@author Juergen Hoeller
@since 27.02.2003
@see #setDefaultLocale
@see #setLocale
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|