Localizing the Designer
Our sample projects and report templates can help you learn the basics of working with our products.The designer interface can be localized by pointing its options at Stimulsoft language XML files.
Set the localization and optional extras.
How it works. The designer loads its captions from the chosen XML, so switching interface language is a single option.
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')options.localization— the active UI language file (from the Stimulsoft localization repository).options.localizations.append(...)— additional languages offered in the designer's language menu.
How it works. The designer loads its captions from the chosen XML, so switching interface language is a single option.