Its better to create pages like
/pages/en/products/[uid].tsx
and /pages/fr/products/[uid].tsx
in order to have localized pages for each locale and send different requests for each locale.
Give this a try, and let me know.
Thanks,
Priyanka
Its better to create pages like
/pages/en/products/[uid].tsx
and /pages/fr/products/[uid].tsx
in order to have localized pages for each locale and send different requests for each locale.
Give this a try, and let me know.
Thanks,
Priyanka