Hi Uwe,
We are glad to inform that your reported issue “de localization not applied for Scheduler” has been fixed and included in our latest package version 18.1.0.52. So, you can upgrade the package to latest version to resolve this issue. Meanwhile, you have to define locale property in ~/Host.cshtml instead of component sample code. Refer the below code for that.
~/Host.cshtml
|
<body>
@{ this.HttpContext.Response.Cookies.Append(CookieRequestCultureProvider.DefaultCookieName,
CookieRequestCultureProvider.MakeCookieValue(new RequestCulture("de-DE", "de-DE"))
); }
...
</body>
|
Also, we have modified your shared sample for your reference which can be downloaded from the below link.
|
Note: Refer the below release notes for this issue fix
|
Kindly check with shared sample and let us know, If you need further assistance.
Regards
Alagumeena.K