Hi all:

I have a problem when I want to change the locale of my struts application. By 
defauly, when I get the Locale, with the next code:

log.debug("The locale is "+locale.toString());

the result is  "The locale is en_US". Now I want to change the locale to spanish with 
the code:

Locale l=new Locale("es","ES");
setLocale(request,l);

and the out from the logger is "The locale is es_ES", however, in the JSPs, the output 
take the messages from the english (_en) resource bundle. The default resource is in 
spanish. 

Any suggestion? Thank you in advance.

-------------------------------------------------------------
Miguel Ángel Medina López
Logic Factory: www.logic-factory.com
Granada - España


Reply via email to