Posted 18 March 2026, 4:04 am EST
Hello Mescius Support,
We are using C1.Blazor.Grid version 10.0.20252.1309 in a Blazor app and have configured the application culture to da-DK.
The FlexGrid column header options menu is only partially localized:
Sort ascending and Sort descending are shown correctly in Danish
but the lower filter section still appears in English:
Enter text to filter
Match Case
Match Whole Word
We are using FullTextFilterBehavior on the grid in our page
We have already:
set the app culture to da-DK
enabled request localization in ASP.NET Core
confirmed that Danish resource assemblies are present
tested with browser hard refresh
The top menu items are localized, so it seems the lower filter block is not using the same localization resources.
Could you please confirm:
whether this is a known localization issue in FlexGrid,
whether there is an official way to localize those filter texts,
or whether this is a bug in version 10.0.20252.1309?
