If I have 2 languages (store views), how do I achieve URL redirection when switching stores?
eg.
mysite.com/about_us_lang_1
should switch to
mysite.com/about_us_lang_2
when I change view from language 1 to language 2.
With Magento 1.x it is possible with URL redirections, but for M2 I cannot find such a tool.