Hi. Here is my store url: https://ayse-bener.myshopify.com/
As you can see on the upper right corner, I have two language selectors: “EN | TR”. Main site language is English and I want users to be able to switch to Turkish. My content and URLs are ready for both languages.
The URL structure is as follows:
- Original page: https://ayse-bener.myshopify.com/collections/spring-summer-21
- Turkish page: https://ayse-bener.myshopify.com/tr/collections/spring-summer-21
I tried to make use of append function of liquid and append the /tr string to the page.url but it redirects to ayse-bener.myshopify.com/tr - which is not something I want:
TR
What am I doing wrong and how do I correct?
Thanks in advance