Jump to content
We've recently updated our Privacy Statement, available here ×

mitttico

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by mitttico

  1. OK! Great! Thanks a lot!! Code:It's par.put(JRParameter.REPORT_LOCALE, locale);and notpar.put("JRParameter.REPORT_LOCALE", locale);
  2. Thanks! But in my reports there are a lot of word to translate, I'd like to use the Internationalization! /tools/fckeditor/editor/images/smiley/msn/regular_smile.gif I have my file_en_EN.properties and other for other language and when a user of my aplllication want to print a report he views the report in his language. But how can I set the language from Java? I try to pass Locale in parameter: par.put("JRParameter.REPORT_LOCALE", locale); but it daoesn't work
  3. Hi! I did a report with ireport and after i use it in my java application. It's all right. Now I'd like use internationalization. How can I set to my report the language to use by my Java application? Thanks a lot. bye Code:JasperPrint jasperPrint = JasperFillManager.fillReport(reportFile, par, connection());
×
×
  • Create New...