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.
GlobalizationManager with the target culture before rendering.CultureInfo:var report = new StiReport();
// Localized strings + regional formatting for the culture
report.GlobalizationManager = new GlobalizationManager(
"Globalizing_Reports.MyResources", new CultureInfo("de-DE"));
report.RegData(dataSet1);
report.Load("GlobalizedSimpleList.mrt");
report.Show();GlobalizationManager(resources, culture) — supplies the localized strings and the culture used for the report.CultureInfo drives date, number and currency formatting; swap it (fr-FR, ru-RU, …) to switch language.