defaultLocale

defaultLocale(): Locale;

The defaultLocale method of the Application class returns a reference to the Locale object for the locale to be used if an attempt is made to run the application on a workstation operating in a locale that is not supported by the schema of the application.

If this method returns a null reference, JADE assumes that the first available locale in the schema is the default locale.

If you want to select the translation of all forms in the application from the schema default locale, regardless of the current locale of the application, set the FormsUseDefaultSchemaLocale parameter in the [Jade] section of the JADE initialization file to true.