Jump to content

Ressource Bundle isn't used


dadom110

Recommended Posts

Hi There,

i have a strange problem here, using:

iReport Designer 4.7.0, Using Java with version 4.7.0. I try to use a ressource bundle to internationalize my application. I add the ressource bundle name in the report ("my_texts"). This file is in the classpath, the designer doesn't through any exceptions. In the report i use "$R{KEY}", but the Tag isn't translated, NOT in the Designer and NOT in the pure Java (Web-) Application. I Debug the Java Application, and he gets the correct Bundle, but there are no calls against this Bundle to retrieve any value?

Report looks like:

<jasperReport .......... resourceBundle="my_texts" .....>

<text><![CDATA][$R{KEY}]]</text>

Ressource like default (KEY=SomeValue)

Have i to activate RessourceBundles somewhere?

Hope for any help!

 

 

 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...