-
Hi guys, i wonder what is the benefit if i use next-i18next? i'm currently develping with next.js14 and it seems there is a built-in i18n module in it but just i'm not familiar with it, so here i got this question. |
Beta Was this translation helpful? Give feedback.
Answered by
adrai
Sep 25, 2024
Replies: 1 comment 1 reply
-
There is no built-in module in Next.js for proper i18n...... for the pages setup, there is i18n routing... and next-i18next will do the rest... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jcyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no built-in module in Next.js for proper i18n...... for the pages setup, there is i18n routing... and next-i18next will do the rest...
for the app directory setup, there is nothing... and you can use this: https://locize.com/blog/next-app-dir-i18n/