There is no localization message entry for the selected items text in the multi-checkbox filter.
The message can be localized by specifying a custom selected items format, using selectedItemsFormat property.
The default message should be localizable like the pager messages that support custom formatting.
We just got burned by this as well. When is the fix for this expected?
The scope of this issue is actually a bit larger. The kendo.messages files are missing the message entries for several strings that should be localizable.
It should contain this full set of messages:
kendo.ui.FilterMultiCheck.prototype.options.messages =
$.extend(true, kendo.ui.FilterMultiCheck.prototype.options.messages,{
"checkAll": "Select all",
"clear": "Clear",
"filter": "Filter",
"search": "Search",
"cancel": "Cancel",
"selectedItemsFormat": "{0} items selected"
However, en-US only had 4/6, while ja-JP, zh-CN, zh-TW (for example) only had 1/6.
Just ran into this issue, as well as missing translations for dropdown options in FilterCell and FilterMenu. Any update on the state of translations?
Most helpful comment
We just got burned by this as well. When is the fix for this expected?