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.
StiOptions.Localization.Load to the desired .xml file. The whole Stimulsoft interface switches to that language:StiOptions.Localization.Load(comboBoxLocalizations.Text);foreach (var fileName in Directory.GetFiles(@"Localization"))
{
comboBoxLocalizations.Items.Add(fileName);
if (fileName.EndsWith("en.xml"))
comboBoxLocalizations.SelectedItem = fileName;
}Load again at run time re-applies the chosen language immediately.