# Language management

## How to manage multiple languages for the widget?

Go to the settings page of the desired widget, then to the "Texts and translations" tab. You can add one or more languages.

<figure><img src="https://2697025545-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LvBxs22wUMicv9uWp6C-1972196547%2Fuploads%2FIVzVYju5y9WnkqLClZQg%2FCapture%20d%E2%80%99e%CC%81cran%202023-02-28%20a%CC%80%2014.55.55.png?alt=media&#x26;token=2c623310-b982-4722-aa3d-24ad4bf4a834" alt=""><figcaption></figcaption></figure>

## How is the widget language detected?&#x20;

By default, the language is detected automatically according to the browser language&#x20;

## How to force the language of the widget?&#x20;

To force the language of the widget, you just have to add a data-lang="" attribute to the widget's div

```ssml
<div id="cookie-consent" data-lang="fr"></div>
```
