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 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.

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.