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.
Localization option to the path of the desired localization file:public IActionResult InitViewer()
{
var requestParams = StiAngularViewer.GetRequestParams(this);
var options = new StiAngularViewerOptions();
options.Actions.GetReport = "GetReport";
options.Localization = StiAngularHelper.MapPath(this, "Localization/de.xml");
return StiAngularViewer.ViewerDataResult(requestParams, options);
}Stimulsoft ships localization files for many languages, and the .xml files can be edited or created to fit your own wording. Replace de.xml with the file for the language you need — the whole viewer interface will switch accordingly, while the Angular component stays unchanged.