diff --git a/apps/scandic-web/app/[lang]/(live)/layout.tsx b/apps/scandic-web/app/[lang]/(live)/layout.tsx index 203ff31c1..248545bb8 100644 --- a/apps/scandic-web/app/[lang]/(live)/layout.tsx +++ b/apps/scandic-web/app/[lang]/(live)/layout.tsx @@ -48,7 +48,7 @@ export default async function RootLayout({ strategy="beforeInteractive" data-blockingmode="auto" data-cbid="6d539de8-3e67-4f0f-a0df-8cef9070f712" - data-culture="@cultureCode" + data-culture={params.lang} id="Cookiebot" src="https://consent.cookiebot.com/uc.js" /> diff --git a/apps/scandic-web/app/[lang]/(no-layout)/layout.tsx b/apps/scandic-web/app/[lang]/(no-layout)/layout.tsx index be297429b..eb6e5abbe 100644 --- a/apps/scandic-web/app/[lang]/(no-layout)/layout.tsx +++ b/apps/scandic-web/app/[lang]/(no-layout)/layout.tsx @@ -39,7 +39,7 @@ export default async function RootLayout({ strategy="beforeInteractive" data-blockingmode="auto" data-cbid="6d539de8-3e67-4f0f-a0df-8cef9070f712" - data-culture="@cultureCode" + data-culture={params.lang} id="Cookiebot" src="https://consent.cookiebot.com/uc.js" /> diff --git a/apps/scandic-web/app/[lang]/(partner)/layout.tsx b/apps/scandic-web/app/[lang]/(partner)/layout.tsx index f101ec1b4..70ab21123 100644 --- a/apps/scandic-web/app/[lang]/(partner)/layout.tsx +++ b/apps/scandic-web/app/[lang]/(partner)/layout.tsx @@ -43,7 +43,7 @@ export default async function RootLayout({ strategy="beforeInteractive" data-blockingmode="auto" data-cbid="6d539de8-3e67-4f0f-a0df-8cef9070f712" - data-culture="@cultureCode" + data-culture={params.lang} id="Cookiebot" src="https://consent.cookiebot.com/uc.js" />