getLocaleFullInfo

getLocaleFullInfo(lcid: Integer;
                  info: LocaleFullInfo input);

The getLocaleFullInfo method of the Schema class gets the full formatting information from the LocaleFullInfo class for the locale specified in the lcid parameter.

Formatting of locale data is done on the application server, based on the locale of the corresponding presentation client.

When the EnhancedLocaleSupport parameter in the [JadeEnvironment] section of the JADE initialization file is not defined or it is set to false, inconsistent results could be returned to the application server when running in JADE thin client mode and there are regional overrides, as all overrides on the application server are suppressed.

When you set the EnhancedLocaleSupport parameter on the database node to true, the getLocaleFullInfo method returns full locale information with regional overrides suppressed, unless the lcid parameter is set to zero (0) when the current thread locale is the session locale or the lcid parameter is set to the JadeLocaleIdNumbers category LCID_SessionWithOverrides global constant (which enables you to easily code calls for information about the session locale without having to change the current locale).

Regardless of the value of the EnhancedLocaleSupport parameter, if you set the lcid parameter to zero (0), the information is returned for the current thread locale.