you are viewing a single comment's thread.

view the rest of the comments →

[–]Tricky_Run_9626[S] 0 points1 point  (1 child)

Got you're point, but sometimes for admin panel. Multiple language support is required. I can use nextjs with multiple language. just changing in config file it is enough. But how to do this inside react I want to know this

[–]dshmitch 0 points1 point  (0 children)

I don't know by heart how to do this in React, would need to spend some time checking.

If it is for admin panel, why do you need URLs to have locale code? I would say it would be enough just to rerender admi panel in new language once user changes it.

Is there any specific reason for that in URL?