Next.js Discord

Discord Forum

Setting up Internationzlaition for languages in nextjs most reccomened approach / package i can use

Answered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
thanks in advance saw next-intl and i18next wanted to see if there is something modern up to date maintaned etc before pulling the trigger on any.
Answered by B33fb0n3
Yea, those packages can technically help, but its also a package, that you need to handle somehow. I would rather follow the next docs best practices: https://nextjs.org/docs/app/guides/internationalization

There you create dictionary files and a middleware and you got everything that you need
View full answer

4 Replies

@Sun bear thanks in advance saw next-intl and i18next wanted to see if there is something modern up to date maintaned etc before pulling the trigger on any.
Yea, those packages can technically help, but its also a package, that you need to handle somehow. I would rather follow the next docs best practices: https://nextjs.org/docs/app/guides/internationalization

There you create dictionary files and a middleware and you got everything that you need
Answer
@Sun bear solved?
Sun bearOP
Yessir thank you
happy to help