Hello everyone, I’m experiencing an issue with Material-UI DatePicker not displaying French text despite having properly configured the locale settings.
I define the dayjs.locale(‘fr’) and it’s work because when i use a DatePicker in the same component i have correct french labels
Despite all these configurations pointing to French locale, the DatePicker still displays: Month names in English (January, February, etc.) Button labels in English (“Cancel”, “OK” instead of “Annuler”, “OK”) Day abbreviations in English
Is there an additional step I’m missing for Material-UI DatePicker localization within JSONForms? Do I need to import specific Material-UI locale files or configure something else?
Any help would be greatly appreciated!
Environment:
-
@jsonforms/react
-
@jsonforms/material-renderers
-
@mui/x-date-pickers
-
dayjs
