Hi everyone,
I am currently working on a language switch in a pop-up. Three links (block element with image and text) should be available for choosing the language. When clicking on the element, I save a the language-code in the LocalStorage via the interaction in order to automatically point to the chosen language when visiting the page later. The pop-up is then closed via a second interaction.
One step is still missing. The forwarding to the corresponding language. At first I thought I could simply assign a link to the block. But this link is not called because the interactions. With the interactions, however, I cannot set a link to another page.
Hi Simone,
I ended up solving this without the popup. In my case there are icons with the country flags in the navigation.
These are made of a div that is configured as a link and points to the language. This div needs a unique id or class. The image is then inside the div.