Hello telerik support,
recently we updated to 2023.2.718
somehow the grid column menu is not completely in german language
How can I apply german language to the complete column menu?
Best regards
Andy
Hello Andy,
The case was transformed into a Feature Request:
https://feedback.telerik.com/aspnet-mvc/1619462-german-language-for-column-menu
I added a Vote on your behalf.
In the meantime, if you have the desired translations, feel free to follow the three steps in the article below. Once we have a Pull Request, we will revise it and your changes will be officially added to the Telerik localization files:
Kind Regards,
Anton Mironov
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Hi Anton,
thanks for all the information.
And yes, it would be kind to open a feature request for this case.
Best regards
Andy
Hi Andy,
Yes, you are totally correct. It seems that translations are still not added for the new options.
Feel free to add localized messages as per the needs of your application:
Furthermore, a Feature Request in the Telerik Feedback Portal could be opened for the case:
If you like, I could open one on your behalf.
Looking forward to hearing back from you.
Best Regards,
Anton Mironov
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Hi Anton,
I can confirm it’s only in version 2023.2.718 => 2023 R2 SP1
In other versions the column menu entries for grouping and setting the column position are missing.
I assume the new column menu items has been added in this version.
Further on I can customize the grid column menu messages only by SetColumnPosition.
Methods for setting messages MoveNext, MovePrev, GroupColumn and UngroupColumn are missing.
.ColumnMenu(cm => cm.Enabled(true)
.Sortable(true)
.Filterable(true)
.Columns(true)
.Messages(m => m.SetColumnPosition("Spaltenreihenfolge")))
Best regards
Andy
Hi Andy,
Thank you for the image and details provided.
Can please confirm if this happens only with the "2023.2.718" version and previously the result was different?
The following article provides further details on how to customize the localization messages:
If you notice any missing messages in the localization files or would like to add localization files for your language please use the contribution section below:
The information on each culture is placed in a separate JavaScript file. The following article provides further information about applying different cultures:
I hope this information helps.
Kind Regards,
Anton Mironov
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.