How do I change the RadzenGrid to french?
I see I can add my own text like ApplyFilterText="", but how to I change the RadzenGridColumn Format="date-time" to french?
Check this thread for more info:
This thread didn't help. I'm not using a DatePicker directly, I'm using DataGrid with a Format="date-time".
When I set the culture to fr-CA, the month is still March instead of Mars.
CultureInfo.CurrentCulture = culture;
CultureInfo.CurrentUICulture = culture;
So you don't support fr-CA?
Also, I'm using Blazor Client, not blazor server. How do I set up my program.cs?