LocaleFullInfo Class

The LocaleFullInfo class is used to provide Windows locale information for the current workstation. An instance of the LocaleFullInfo class is created when an application starts, and it is accessible from the currentLocaleInfo property of the Application class.

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. Formatting of locale data is done on the application server, based on the locale of the corresponding presentation client. For example, if the locale of your application server is set to English (United Kingdom), which has a default short date format of dd/mm/yyyy, and it has been overridden with a short date format of yyyy-mm-dd, this is returned in the default dd/mm/yyyy format.

For details about the constants and properties defined in the LocaleFullInfo class, see "LocaleFullInfo Class Constants" and "LocaleFullInfo Properties", in the following subsections.

LocaleNameInfo

(None)