Can you change the language of the datepicker components? Also how dates are displayed ? Is this something you can do with datejs?
I’m also having the same problem. I need to be able to translate the dropdown DatePicker to different languages but it just doesn’t seem possible.
Have you figured out a solution?
Hi, this is currently not possible with the loader/headless api, but you can achieve it with codegen. You can specify the locale in AntdConfigProvider
that’s generated to your codebase. Antd5 implementation. Another option is to register the antd componentes based on plasmic package but overriding the default locale.
1 Like