# Localizations

On this page, you can view a list of supported languages and format settings specified for each language.

The Back Office fields that support localization can be translated to the supported languages.

## General information

The following information is provided about each language:

**ID**

The language identifier in the system.

***

**Caption**

The language name.

***

**Fallback**

The fallback language that is used if no translation to the given language is found.

***

**Priority**

The priority index assigned to the language. The priority indicates the order in which enabled languages are displayed in the languages list in the B2CORE UI.

***

**Enabled**

If `Yes`, the language is enabled and can be selected by clients in the languages list displayed in the B2CORE UI.

By default, English serves as the fallback language for all the enabled languages. This means that if no translation or template in a specific language is found, the English version is used as a backup to ensure a seamless user experience across different languages.

To view language details, select a language and click the **Edit** button.

## Details

The following additional information is provided about each language:

**Caption**

The language name.

***

**Locale**

The locale identifier (such as `en_US`).

***

**Language code**

The language code (such as `en`).

***

**Enabled**

If `Yes`, the language is enabled and can be selected by clients in the languages list displayed in the B2CORE UI.

***

**Default**

If `Yes`, the language is applied by default in the B2CORE UI. The default language can’t be disabled.

***

**Right to Left**

If `Yes`, text strings in the given language are displayed in the right-to-left direction.

***

**Priority**

The priority index assigned to the language. The priority indicates the order in which enabled languages are displayed in the languages list in the B2CORE UI.

***

**Formats**

Format settings specified for the language, such as date and time formats, and others.

{% hint style="info" %}
**See also**

[How to add or remove a language](/how-to-articles/manage-system-settings/how-to-add-or-remove-a-language.md)
{% endhint %}


---

# 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.b2core.b2broker.com/back-office-guide/system/localizations.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.
