The designer interface can be localized by pointing its options at Stimulsoft language XML files.

Set the localization and optional extras.
designer = StiDesigner()

designer.options.localization = 'de.xml'

# Optional extra localizations shown in the designer's language menu
designer.options.localizations.append('es.xml')
designer.options.localizations.append('pt.xml')

How it works. The designer loads its captions from the chosen XML, so switching interface language is a single option.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.