BackPrevious Page Next PageNext

Using the NLS API

Global NLS API

Catalog level NLS API

Report level NLS API

Resource NLS API

NLS API enables you to run reports in different languages, which includes global NLS API, catalog level NLS API, report level NLS API and resource tree NLS API. For detailed usages about the NLS API, see the JReport Javadoc in <install_root>\help\api.

Global NLS API

With the global NLS API, you can add a language, then specify to translate text in another language into a version in this language, or specify to replace a font face and size with another face and size. Likewise, you can get, update, or remove a language, a text translation, or a font replacement. Moreover, you can reload JReport global NLS resources from Java applications outside of JReport via either Java API or URL API.

All text translations and font replacements specified for the global NLS will be applied each time a report runs.

Text is classified into four groups. You will find the four types in NLSType in the API Javadoc.

Java API

For local environment

For RMI usage

URL API

With the following URL API method, you can reload JReport global NLS resources from Java applications outside of JReport: http://localhost:8889/admin/reloadGlobalNLSLibrary.jsp. A message {“success”:true,”customMsg”:”OK”} will be displayed on the web page if the global NLS resources are reloaded successfully.

Catalog level NLS API

With the catalog level NLS API, you can translate object names in a catalog to different languages.

For local environment

For RMI usage

Report level NLS API

With the report level NLS API, you can translate object names in a report to different languages.

For local environment

For RMI usage

Resource tree NLS API

With the resource tree NLS API, you can translate object names in the resource tree of JReport Server to different languages.

For local environment

For RMI usage

BackPrevious Page Next PageNext