// Create a new instance of a Locale type with the Locale you want to use:
Locale locale = new Locale("es", "AR");
// Add your Locale settings to the Report's parameters:
HashMap parameters = new HashMap();
// Put the new locale into the parameters
parameters.put(JRParameter.REPORT_LOCALE, locale);
REPORT_LOCALE是内建参数