i18n Tutorial using Mantine
Is there any tutorial for creating language dropdown using Mantine?
https://refine.dev/docs/guides-concepts/i18n/#changing-the-locale is great, but using antd. Is there similar link using mantine?
what is the mantine version for this component?
https://refine.dev/docs/guides-concepts/i18n/#changing-the-locale is great, but using antd. Is there similar link using mantine?
what is the mantine version for this component?
Internationalization (i18n) is a process that allows software applications to be localized for different regions and languages. Refine can work with any i18n framework, but needs an i18nProvider to be created based on the chosen library.

