# Newly enabled language not displaying in the B2CORE UI

## Problem

You have enabled a new language in the Back Office under **System** > **Localization**, but translations in this language appear blank in the B2CORE UI.

## Possible reasons

This issue may occur because the newly enabled language hasn’t yet been added to B2TRANSLATE, which is a tool for managing translations for all supported languages in the B2CORE UI.

For more information about B2TRANSLATE, refer to the [product documentation](https://docs.b2translate.b2broker.com/).

{% hint style="info" %}
To complete the steps below, you must be registered on B2TRANSLATE and have access to the project linked to your B2CORE.
{% endhint %}

## Solution

To check the language configuration in B2TRANSLATE:

{% stepper %}
{% step %}
In the B2CORE Back Office, navigate to **System** > **Settings** to locate the UUID of the B2TRANSLATE project linked to your B2CORE and copy it.
{% endstep %}

{% step %}
Sign in to B2TRANSLATE.
{% endstep %}

{% step %}
Go to **Languages** and verify if the newly enabled language is available for your B2TRANSLATE projects.
{% endstep %}

{% step %}
Go to **Projects** and find the related project by the UUID copied from the B2CORE Back Office.
{% endstep %}

{% step %}
Click the **pencil** icon to edit the project.
{% endstep %}

{% step %}
In the popup, check the **Languages** dropdown. If the required language is missing, add it.

<figure><img src="/files/gJ6VuKvAvqkv6NAsrT4y" alt="Edit a project in B2TRANSLATE"><figcaption><p>Edit a project in B2TRANSLATE</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}

{% step %}
Configure translations for the added language (for details, refer to [Manage translations](https://docs.b2translate.b2broker.com/user-guide/manage-translations) in the [B2TRANSLATE documentation](https://docs.b2translate.b2broker.com/)).
{% endstep %}
{% endstepper %}


---

# 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/troubleshooting/localization-and-b2translate-issues/newly-enabled-language-not-displaying-in-the-b2core-ui.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.
