Let's say I want to translate my web app into multiple languages. How would I go about localizing the route URIs?
So let's say I have a "/register" route. But if you were on the French version of the app, I'd want that route URI to be "/enregistrer". How would I go about that?