> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/badges-and-labels/display-badges-and-labels-based-on-the-selected-language.md).

# Display badges and labels based on the selected language

{% hint style="warning" %}
**Note**

This feature is only available in **DIAMOND** plan of the app.&#x20;
{% endhint %}

It is possible for users to show the label based on the language of the site.&#x20;

> Example:&#x20;
>
> Your store has 2 languages which are English and Chinese.&#x20;
>
> The label should be displayed on the Chinese language only.&#x20;

Please follow the steps below to create a label based on a specific language. You can do the same with a badge.&#x20;

## **Step to manage**

1. From the app admin page, click **Badges and Labels** > Set up a label or badge first:

<figure><img src="/files/vKstVNJiKL8Tut2wYIy7" alt=""><figcaption></figcaption></figure>

2. Assign products to the Label&#x20;
3. In the **Display** tab, navigate to the **Language display condition** section > Turn on the setting:

<figure><img src="/files/iCYhINTvQtyNrFeRUIOo" alt=""><figcaption></figcaption></figure>

* If you want the label to be displayed on Chinese language only, please use **Operator** setting: **Equals** and select the Chinese as language you want to show the label:

<figure><img src="/files/pxgLZbp7ZbEcxs49z7ZG" alt=""><figcaption></figcaption></figure>

* On the other hand, if you want the label not to be displayed on any countries, please use **Operator** setting: **Not equals** and select the countries you want to hide the label from:&#x20;

<figure><img src="/files/nGq4PuNxcwdaA7r6Kc23" alt=""><figcaption></figcaption></figure>

4. Click **Save** and check the result in your front store.

<figure><img src="/files/AkIduGcd4fFHRKhRAepi" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wkWGr7Azbbn1vxUcne0t" alt=""><figcaption></figcaption></figure>

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/badges-and-labels/display-badges-and-labels-based-on-the-selected-language.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
