Multi Language NextJS Project - HELP !
Unanswered
ekimcem posted this in #help-forum
ekimcemOP
Hey Devs !
We have tried to implement multi language feature to our website and tried different solutions like i18n etc.
We are using Next13 with pages router, most of packages are not working with getStaticProps or getServerSideProps,
Is there any best practice and configurations that you have ? Any suggestion are valuable for me now.
We have tried to implement multi language feature to our website and tried different solutions like i18n etc.
We are using Next13 with pages router, most of packages are not working with getStaticProps or getServerSideProps,
Is there any best practice and configurations that you have ? Any suggestion are valuable for me now.
3 Replies
ekimcemOP
+++
@ekimcem Hey Devs !
We have tried to implement multi language feature to our website and tried different solutions like i18n etc.
We are using Next13 with pages router, most of packages are not working with getStaticProps or getServerSideProps,
Is there any best practice and configurations that you have ? Any suggestion are valuable for me now.
have you tried this? https://nextjs.org/docs/pages/building-your-application/routing/internationalization it works very fine in production in my case
ekimcemOP
Now i defined my problem after reading the whole document, thank you 😄