Hi @otta,
The plan is dependent on the number of pages you have, and will be automatically set after we’ve scanned your website.
If you want to enforce a specific language for your language-specific pages, then you’ll either want to use Cookiebots auto-detect language feature, or implement Cookiebot without using the WP plugin, but manually, where you can enforce different languages for different pages (the plugin works globally).
This article describes how to set up languages with cookiebot; https://support.cookiebot.com/hc/en-us/articles/360003793394-How-do-I-set-the-language-of-the-consent-banner-dialog-
If you want to enforce a specific language, and have set up your website as follows;
https://www.mysite.com/en
https://www.mysite.com/de
Then in the template that you are using, if you can detect which language the user is browsing, you can set the data-culture attribute as follows;
<script id="Cookiebot" data-culture="EN" src="https://consent.cookiebot.com/uc.js" data-cbid="00000000-0000-0000-0000-000000000000" type="text/javascript"></script>
-
This reply was modified 6 years, 10 months ago by
cookiebot.
-
This reply was modified 6 years, 10 months ago by
cookiebot.
-
This reply was modified 6 years, 10 months ago by
cookiebot.
-
This reply was modified 6 years, 10 months ago by
cookiebot.