Dynamic routing with locale-based paths with app router
Unanswered
Orinoco Crocodile posted this in #help-forum
Orinoco CrocodileOP
I am looking for a solution for internationalise my website. I had a look at the next documentation https://nextjs.org/docs/app/building-your-application/routing/internationalization and it is pretty clear how to internationalise content. What is not clear is how I can internationalise the path. For example for my about page I would like to have the following paths:
* es -> /es/quien-somos
* en -> /en/about
* it -> /it/chi-siamo
Is it possible to achieve that without the need to duplicate the pages?
* es -> /es/quien-somos
* en -> /en/about
* it -> /it/chi-siamo
Is it possible to achieve that without the need to duplicate the pages?