Page url slugs not translated on language switch
Hello guys,
we have two store views in Magento 2 which represent two languages. Now there is following problem in Vue Storefront. When I am switching from one language to another through the language switcher the page url slug does not change to the other language only the code prefix. Is this because I configured something wrong or does this need a custom implementation?
2 Replies
@rohrig @skirianov Do you have an idea?
Hi @re-mxp 👋 ,
The scenario you're describing requires URL Rewrites and custom translation mapping for URLs, since Magento 2 out of the box will only change the store code (/en/ to /de/ for instance) but not the rest of the URL path.