setJadeLocale

setJadeLocale(requestedLcid : Integer) updating;

The setJadeLocale method of the Application class dynamically changes the effective locale to the Locale Identifier (LCID) specified in the requestedLcid parameter for forms and translatable strings. For details about the commonly used locale identifier (LCID) global constants, see the JadeLocaleIdNumbers category, in Appendix A of the JADE Encyclopaedia of Primitive Types.

For example, if you want to translate to English (United States) and retain the English (United Kingdom) locale of your operating system, you could use another locale such as Belgian Dutch (the LCID_Dutch_Belgium global constant) for the translation.

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.

If the value of the requestedLcid parameter is: