By default we detect the users browser language to show the banner in their native language.
We can imagine that you want to force the language of the cookie banner to correspond with the website language the visitor is currently on. You can do this in two ways:
1. Go to your domain settings > Banner settings
At the bottom there's a button called Sync to website language set this to active.
2. By changing the embed script.
Add the following data-attribute to the embed code of the banner.
data-language="inherit"
This will force the banner to inherit the language settings from the HTML document.