The web viewer interface can be shown in any language by pointing it to a localization file.

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.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.