To achieve this, we can use the Next.js Locale Cookie : import { useRouter } from "next/router" import { useCookies } from 'react-cookie'; ...
確定! 回上一頁