With HtmlEditor translate label and tooltip in french

Hello,
in my application i have a radzenDatePicker and it is formated in french.
Ans also i have a HtmlEditor but all labels are in english ?
Is it possible to switch in french like radzenDatePicker ?

Thank you

Julien

Hi @Julien_Duprat,

RadzenDatePicker relies on .NET framework globalization for month and day names. This is why it is automatically translated to the current culture (French in your case).

RadzenHtmlEditor cannot rely on the built-in .NET Framework globalization as it uses custom messages for its tools. You need to define a custom set of tools and set the appropriate properties in French e.g.

<RadzenHtmlEditor>
   <RadzenFormatBlock Title="Custom title" Placeholder="Custom placeholder" />
   <!-- other tools -->
</RadzenHtmlEditor>