hurt-tomatoH
Refine2y ago
19 replies
hurt-tomato

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?
import { Avatar, Button, Dropdown, Layout, Menu, Space } from "antd";
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.
Internationalization (i18n) | Refine
Was this page helpful?