| Change the user's
java.util.Locale based on
ActionForm properties. This Action looks for
language and country properties on the given
form, constructs an appropriate Locale object, and sets it as the
Struts Locale for this user's session. Any ActionForm ,
including a
org.apache.struts.action.DynaActionForm , may be
used. If a page property is also provided, then
after setting the Locale, control is forwarded to that URI path.
Otherwise, control is forwarded to "success".
Parameters: mapping - The ActionMapping used to select this instance Parameters: form - The optional ActionForm bean for this request (if any) Parameters: request - The HTTP request we are processing Parameters: response - The HTTP response we are creating Action to forward to throws: Exception - if an input/output error or servlet exception occurs |