Is there a way to use your Cookie Consent Message feature with polylang in two languages? I would need it in Englisch and German.
Thanks for your help
Hey,
Please add your text into the field as following
<span class="eng-cookie">Your text in English</span>
<span class="de-cookie">Your text in German</span>
Then add following code to Quick CSS
html[lang="de-DE"] .eng-cookie { display: none !important; }
html[lang="en-US"] .de-cookie { display: none !important; }
Cheers!
Yigit
works great
thanks
Hi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
Yigit
IT’S FUN BEING IGNORED BE SUPPORT
Hi,
Thank you very much :)
Best regards,
Basilis