Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
$designer = new StiDesigner();
$designer->options->localization = 'de.xml';
$designer->options->addLocalization('fr.xml');
$designer->options->addLocalization('es.xml');
$designer->options->addLocalization('pt.xml');
$designer->process();options->localization = 'de.xml' — sets the active interface language of the designer.addLocalization('fr.xml') — registers an additional language the user can switch to; call it once per language.options->localization sets the active language and addLocalization registers additional ones the user can switch to. Localization files ship with the product and can be edited or created.