Grid - Mixed Languages

1 Answer 57 Views
Grid
Stefan
Top achievements
Rank 1
Iron
Iron
Iron
Stefan asked on 31 Aug 2022, 07:40 AM

Hello,

we want the grid to display all texts in german, but our grid footer shows texts in english and german:

Also the texts in some messages, the delete confirmation for example, also show in english.

This is only after we deployed the application to the server. On the developer machine texts are correctly displayed in german.

We've set up our application by adding these in the _Layout.cshtml:

<script src="~/Scripts/kendo/2022.2.510/cultures/kendo.culture.de-DE.min.js"></script>
<script src="~/Scripts/kendo/2022.2.510/messages/kendo.messages.de-DE.min.js"></script>
<script>
    kendo.culture("de-DE");
</script>

We also included this in the web.config:

<globalization uiCulture="de-DE" culture="de-DE" />

 

We have other applications, which are set up similarly, using the same Telerik version 2022.2.510, and which are working fine. We can tell no difference, really. Is there anything we might have overlooked?

1 Answer, 1 is accepted

Sort by
0
Anton Mironov
Telerik team
answered on 02 Sep 2022, 01:05 PM

Hi Stefan,

Thank you for the images and details provided.

In order to achieve the desired behavior, I would recommend trying the approach from the following forum thread:

Give a try to the approach above and let me know if further assistance is needed.

Kind Regards,
Anton Mironov
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.

Tags
Grid
Asked by
Stefan
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Anton Mironov
Telerik team
Share this question
or