i18n react how to make the url change when changing settings?
Eg, I am located at /community, the language is English. I switch the language to Russian - the url becomes /ru/community
i18n react how to make the url change when changing settings?
Eg, I am located at /community, the language is English. I switch the language to Russian - the url becomes /ru/community
Here is my answer on another thread. You can create a URL manipulator function or use onLanguageChanged as in the APIs.