Change localization settings at runtime (Java)

Use Java functions to set localization properties at runtime.

At this time, the tool for creating localized strings is not available for GRW programs written in Java. You need to extract localized strings using the following functions from the FourRpProcessor class:

setFGLLocalizationCharset()

Specifies the character set in which the .42s localization files are encoded.

setFGLLocalizationResourcePath()

Specifies the search path for localization ( .42s) files.

setFGLLocalizationNumberFormat()

Specifies the format pattern to be used for number formatting.

For the full list of methods, refer to the Genero Report Writer Java API documentation.