sebwebdev Reply #1, 1 year, 6 months ago
I have set up multi-language site using the system variable cultureKey for switching the language (Revolution 2.0.3pl).
The URLs are build up like this:
http://www.example.com/de/my-page
http://www.example.com/en/my-page
What I want to do now is to integrate the cultureKey vaiable into the default placeholder.
Of course in template I could do sth like this:
But I would like to call just the link placeholder.
And the correct URLs should be generated with Wayfinder as well.
How can I achieve this?
The URLs are build up like this:
http://www.example.com/de/my-page
http://www.example.com/en/my-page
What I want to do now is to integrate the cultureKey vaiable into the default placeholder.
Of course in template I could do sth like this:
<a href="/[[++cultureKey]]/[[~LINK_ID]]">here you go</a>
But I would like to call just the link placeholder.
And the correct URLs should be generated with Wayfinder as well.
How can I achieve this?