Now I have url for example
/en/page
/cs/stranka
Let's say that EN is my default language.
Is there any way to get the following?
/page // without en in url for EN
/cs/stranka
Any suggestions appreciated.
Now I have url for example
/en/page
/cs/stranka
Let's say that EN is my default language.
Is there any way to get the following?
/page // without en in url for EN
/cs/stranka
Any suggestions appreciated.
you can use this formatUrl(yourUrl, yourLanguageToRemove) function: