> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LOCALES

[@qonto/embed-sdk](../../../../../../README) / [\<internal>](../../../../../README) / [src/common/constants](../README) / LOCALES

# Variable: LOCALES

> `const` **LOCALES**: `object`

List of possible locales the SDK can be used in.
These locales are used to display content in the user's preferred language in
those cases where the SDK is used in a web context and needs to display
some UI.

## Type declaration

### DE

> **DE**: `string` = `'de'`

### EN

> **EN**: `string` = `'en'`

### ES

> **ES**: `string` = `'es'`

### FR

> **FR**: `string` = `'fr'`

### IT

> **IT**: `string` = `'it'`

### PT

> **PT**: `string` = `'pt'`
