All Collections
First time user? Get started
Basic implementation
Cookie policy and privacy controls implementation
Cookie policy and privacy controls implementation
This article will explain how to implement the autogenerated cookie policy and privacy controls
Anna Madsen avatar
Written by Anna Madsen
Updated over a week ago

Implement the cookie policy

To insert the cookie policy in a web page's content, please insert the script as shown below in the <body> of the page where you want it to be displayed.

<script id="CookiePolicy" src="https://policy.app.cookieinformation.com/cid.js" data-culture="EN" type="text/javascript"></script>

Example:

Implement the privacy controls

To insert the privacy controls in a web page's content, please insert the script as shown below in the <body> of the page where you want it to be displayed.

<div id="cicc-template"></div>

Ensure to implement the consent pop-up before you implement the privacy controls, as it is necessary for the privacy controls to work.

Selecting the language

The data-culture= "EN" control the languages. To change the language, set the data-culture attribute to a different language code using the table below. Ensure that the selected languages are enabled in the "languages and settings" under the specific consent solution.

Language Codes

Data-culture

Language

Data-culture

Language

AR

Arabic

LT

Lithuanian

BG

Bulgarian

LV

Latvian

CA

Catalan, Valencian

MS

Malay

CS

Czech

NB

Norwegian Bokmål

DA

Danish

NL

Dutch, Flemish

DE

German

PL

Polish

EL

Modern Greek

PT

Portuguese

EN

English

RO

Romanian

ES

Spanish, Castilian

RU

Russian

ET

Estonian

SK

Slovak

FI

Finnish

SL

Slovene

FR

French

SQ

Albanian

HE

Modern Hebrew

SR

Serbian

HI

Hindi

SV

Swedish

HR

Croatian

TH

Thai

HU

Hungarian

TR

Turkish

ID

Indonesian

TW

Taiwanese

IS

Icelandic

UK

Ukrainian

IT

Italian

VI

Vietnamese

JA

Japanese

ZH

Chinese

KO

Korean

Related articles:

Did this answer your question?