Localizing the Viewer
Our sample projects and report templates can help you learn the basics of working with our products.The web viewer interface can be shown in any language by pointing it to a localization file, chosen in the viewer options.
Selecting the language. Set the
Selecting the language. Set the
Localization option to the path of the desired file:@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
Actions = { GetReport = "GetReport", ViewerEvent = "ViewerEvent" },
Localization = "Localization/de.xml"
})Stimulsoft ships localization files for many languages, and each .xml file can be edited or created to match your own wording. Replacing de.xml switches the whole viewer interface to that language; the page model stays unchanged.