Change the Default Language

If the OS language cannot be determined, the default one is used. The default language is specified in the shellutils.py file.

#default language for fallback
DEFAULT_LANGUAGE = LANG_ENGLISH

To change the default language, you initialize the DEFAULT_LANGUAGE variable with a different language. For details, see Add Support for a New Language.

Parent topic: Support Localization in Jython Adapters