When Seo Friendly Urls For Languages Enabled, how to remove default language code in urls?
For example:
If I have 2 languages on store, English is default language, another is French.
The urls like this:
domain.com/en
domain.com/en/abc
domain.com/fr
domain.com/fr/abc
I want urls like this:
domain.com
domain.com/abc
domain.com/fr
domain.com/fr/abc
So,how to remove prefix "/en" for default language English?