localize grid filtering terms

1 Answer 98 Views
Filter Grid Localization
Jose
Top achievements
Rank 1
Jose asked on 19 Sep 2022, 11:59 AM

Hi,

I want to localize "filter", "search","select all" and clear inside grid filtering.

I have found this example, but this is intended more to create your own personalized filter.

https://demos.telerik.com/blazor-ui/grid/overview

Is it possible to just modify those elements?

1 Answer, 1 is accepted

Sort by
0
Stamo Gochev
Telerik team
answered on 22 Sep 2022, 10:24 AM

Hello Jose,

You can have a look at the documentation article about Localization, which provides information about how to use the .resx localization files to customize the text of various parts of the components.

Judging from the screenshot, it looks like you are interested in using other messages for the CheckBoxList filter and the localization message keys that correspond to the mentioned elements are:

  • "Filter_Filter" - for the header text (default value "Filter")
  • "Filter_Search" - for the text of the search box (default value "Search")
  • "Filter_SelectAll" - for the select all option (default value "Select all")
  • "Filter_Clear" - for the clear button
  • "Filter_Filter" - for the filter button

Regards,
Stamo Gochev
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
Filter Grid Localization
Asked by
Jose
Top achievements
Rank 1
Answers by
Stamo Gochev
Telerik team
Share this question
or