Information & support > Knowledge base > Google Tag Manager >Laatst bijgewerkt opMarch 12, 2021You can display the cookie banner in a specific language. This can be done by adding the attribute “culture” to the Cookiebot script. The attribute value is the ISO language code.Simply modify the CookieConsent tag code in GTM. Do you have a multilingual website and would like the banner display a custom language for each specific URL? Have a look at the article: multilingual support when using GTM.Example: Always show the cookie banner in Spanish<script id="CookieConsent" src="https://consent.cookiebot.com/uc.js?cbid=00000-0000-00000-0000-00000000&culture=es" type="text/javascript" async> <script> function CookieConsentCallback_OnAccept() { if (CookieConsent.consent.preferences) dataLayer.push({'event':'cookieconsent_preferences'}); if (CookieConsent.consent.statistics) dataLayer.push({'event':'cookieconsent_statistics'}); if (CookieConsent.consent.marketing) dataLayer.push({'event':'cookieconsent_marketing'}); } </script>Don’t forget to change the cbid=00000000-0000-0000-0000-000000000000 with your own code.14 day free trial CookiebotCookie scanner, cookie banner, cookie declaration and cookie consent in one solution.Use cookies on your website compliant with GDPR, ePrivacy and cookie legislationCookie management completely automatedCookie banner based on your corporate identityAutomatic composed cookie declaration, always up to dateStart 14 day free trialThe Cookiebot solution runs on 2,3 million websites, manages 7 billion monthly User Consents and supports 47+ languages.Previous Facebook Twitter LinkedIn E-mailNext
Laatst bijgewerkt opMarch 12, 2021You can display the cookie banner in a specific language. This can be done by adding the attribute “culture” to the Cookiebot script. The attribute value is the ISO language code.Simply modify the CookieConsent tag code in GTM. Do you have a multilingual website and would like the banner display a custom language for each specific URL? Have a look at the article: multilingual support when using GTM.Example: Always show the cookie banner in Spanish<script id="CookieConsent" src="https://consent.cookiebot.com/uc.js?cbid=00000-0000-00000-0000-00000000&culture=es" type="text/javascript" async> <script> function CookieConsentCallback_OnAccept() { if (CookieConsent.consent.preferences) dataLayer.push({'event':'cookieconsent_preferences'}); if (CookieConsent.consent.statistics) dataLayer.push({'event':'cookieconsent_statistics'}); if (CookieConsent.consent.marketing) dataLayer.push({'event':'cookieconsent_marketing'}); } </script>Don’t forget to change the cbid=00000000-0000-0000-0000-000000000000 with your own code.