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.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.