The dashboard designer interface can be shown in different languages by adding localization files. This example adds several and selects one culture.

Designer setup. Configure the designer, load the dashboard template, process its callbacks, and connect the save action to the application.
Stimulsoft.Base.Localization.StiLocalization.addLocalizationFile("../localizations/de.xml");
Stimulsoft.Base.Localization.StiLocalization.addLocalizationFile("../localizations/pt.xml", true);
Stimulsoft.Base.Localization.StiLocalization.cultureName = 'Portuguese';

var designer = new Stimulsoft.Designer.StiDesigner();
addLocalizationFile registers each language file, and cultureName chooses the active one. Localization files ship with the product and can be edited or created.

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.