The designer interface can be shown in different languages, with several localization files at once.

Designer setup. Configure the designer, load the dashboard template, process its callbacks, and connect the save action to the application.
$designer = new StiDesigner();
$designer->options->localization = 'de.xml';
$designer->options->addLocalization('fr.xml');
$designer->options->addLocalization('es.xml');
$designer->process();
options->localization sets the active language and addLocalization registers additional ones the user can switch to.

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.