Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #945935

    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

    #945946

    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

    • This reply was modified 6 years, 6 months ago by Yigit.
    #946020

    works great

    thanks

    #946113

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    #946138

    IT’S FUN BEING IGNORED BE SUPPORT

    #946946

    Hi,

    Thank you very much :)

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to translate Cookie Consent Message’ is closed to new replies.