public ActionForward execute(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws Exception {
setLocale(request, Locale.ITALY); // This is inherited method.
return mapping.findForward(SUCCESS);
}
Вызов setLocale () метод с аргументами запрос и java.util.Locale .В этом случае убедитесь, что в вашем пути к ресурсам есть ApplicationResource_it_IT.properties .