Hello,
We are using blazor Webassembly with Telerik and its localization/globalization. Everything works fine.
Client ask us a little detail, to "translate" the mask format for date input ( TelerikDatePicker, ... ).
For example, if we use the french culture "fr-BE"we would like to transform "dd/MM/yyyy" to "jj/MM/aaaa" (day => jour; Month => Mois; year => année) or something similar. In Telerik UI for Angular, we have it translated =>
How can we achieve that for Telerik UI for Blazor ?
Kind regards,
Quentin.