Setting up Internationzlaition for languages in nextjs most reccomened approach / package i can use
Unanswered
Sun bear posted this in #help-forum
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.
1 Reply
@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
There you create dictionary files and a middleware and you got everything that you need