Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
Localization option to the path of the desired localization file:public IActionResult InitViewer()
{
var requestParams = StiVueViewer.GetRequestParams(this);
var options = new StiVueViewerOptions();
options.Actions.GetReport = "GetReport";
options.Actions.ViewerEvent = "ViewerEvent";
options.Localization = StiVueHelper.MapPath(this, "Localization/de.xml");
return StiVueViewer.ViewerDataResult(requestParams, options);
}.xml files can also 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.<StimulsoftViewer request-url="/Viewer/{action}" action="InitViewer" height="100vh" />