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

Dynamic Localization with JSON as Input


Recommended Posts

I am trying to dynamically change the language of my report, which is working, when I specify the path like this: Resource Bundels: MyReports/Localization/LocaleReport_de.properties . But if I want to specify the language through a JSON, how could I achieve it? I have tried Resource Bundels: $P{language}  with the Parameter language: MyReports/Localization/LocaleReport_de.properties, but it says "java.util.MissingResourceException: Cant find bundle for base name $P{language}" .

How can I control the language of my report through a JSON Input?

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...