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.
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 with another file switches the whole viewer interface — toolbar, menus and dialogs — to that language.