# Using projects to handle multiple languages

{% hint style="info" %}
These features are only available for Cookie Business subscriptions.
{% endhint %}

## Setting up projects

{% hint style="warning" %}
Remember to always make sure you have selected the correct project in the bottom left corner whenever you work in the Openli app.
{% endhint %}

To properly handle consents from different languages, you need to have access to the projects feature. This feature is available in our Cookie Business subscriptions.

1. In your Openli dashboard, go to "Settings".
2. Click "Add project".
3. Name your project and save it. Use a name that makes it easily identifiable like "MYWEBSITE - EN" and "MYWEBSITE - DK".
4. Find your project in the settings page and click "edit"
5. Under "Manage cookie domains" add your website for the relevant language. For example: "<https://example.com/en/>" or "<https://da.example.com/>". It's important that you remember to include the language prefix or suffix, in case there are different cookies on each version of the website.
6. Now you should see your project in the bottom-left corner of the Openli app, in the expandable menu below the "Sign out" link.
7. Give each project a cookie policy in the appropriate language, and set up a cookie widget that uses it.
8. Embed the relevant widget for each language on your website, ensuring that you [set the correct *locale* so each widget displays in the desired language](/docs/cookie-consent-management/cookie-widget/setup-widget-language.md).

### Systems that do not support different JavaScript for each language version

Some systems doesn't allow you to change the scripts in the footer. This means that you can only insert one widget script, and you will need to customise it to your specific system's needs.

If you have difficulty with this and need advice, contact our customer success team at <success@openli.com> including as much detail as possible.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openli.com/docs/general-openli-guides/using-projects-to-handle-multiple-languages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
