fgl_report_configureLocalization

Configures the localization for the current report.

Syntax

fgl_report_configureLocalization(
   charSet STRING,
   resourcePath STRING,
   numberFormat STRING,
   dateFormat STRING)
  1. charSet - Specifies the encoding of the translation files (str and 42s files).
  2. resourcePath - A colon- or semicolon-delimited (Windows™) list of directories specifying the search path for compiled translation files (42s).
  3. numberFormat - A formatting string to be used for number formatting. The format is compatible with the format of the Genero Business Development Language DBFORMAT environment variable.
  4. dateFormat - A formatting string to be used for date formatting. The format is compatible with the format of the Genero Business Development Language DBDATE environment variable.

Usage

Function that configures the localization for the current report.

The function is not applicable for callback localization (See fgl_report_setCallbackLocalization).

For a generic example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.