Unplanned
Last Updated: 10 Jun 2025 13:54 by ADMIN
Scheduled for 2025 Q3
Andre
Created on: 06 Jun 2025 07:10
Type: Bug Report
0
Localization changes made to sr.user.js do not take an effect

Hi,

I'm trying to customize the interface language (english to german) of our report server web application without success. I set some language entries in the sr.user.js file in the script folder of the web application but the labels of the report server remain english. When I do this in the original file (sr.js) it works well.

1 comment
ADMIN
Petar
Posted on: 10 Jun 2025 13:54

Hi everyone,

A fix to this issue has been scheduled for the 2025 Q3 release.

In the meantime, if anyone comes across this bug, the temporary workaround would be to change the position of the ~/Scripts/ReportServer/sr.user.js script to be right after ~/bundles/sr. This can be done in the _MainLayout.cshtml file, located by default in the following directory:

  • C:\Program Files (x86)\Progress\Telerik Report Server\Telerik.ReportServer.Web\Views\Shared\_MainLayout.cshtml
    @* ... *@
    @Scripts.Render("~/bundles/kendoExt")
    @Scripts.Render("~/bundles/utils")
    @Scripts.Render("~/bundles/sr")
    @Scripts.Render("~/Scripts/ReportServer/sr.user.js")
    @Scripts.Render("~/bundles/resourceViewModels")
    @Scripts.Render("~/bundles/accessibility")

    @Scripts.Render("~/Scripts/ReportServer/localization.js")
    @Scripts.Render("~/Scripts/ReportServer/localStorage/localStorageService.js")
    @Scripts.Render("~/Scripts/ReportServer/localStorage/GridSettingStorage.js")
</head>

Thank you for being part of the Progress Telerik family!

Regards,
Petar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.