makeLocaleNameFromId

makeLocaleNameFromId(lcid: Integer): String;

The makeLocaleNameFromId method of the Schema class returns the name of the locale specified in the lcid parameter. Set the value of the lcid parameter to zero (0) if you want to return information for the current locale.

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 the EnhancedLocaleSupport parameter in the [JadeEnvironment] section of the JADE initialization file on the database node is set to true, the JadeLocaleIdNumbers category LCID_SessionWithOverrides global constant enables you to retrieve information from the session locale without having to save the initial locale for the call.