# Localization

*Block type for the **Utility bar** section.*

### What It Does

The **Localization** block adds localization functionality within the **Utility bar** section.

{% hint style="info" %}
To enable localization in the mobile drawer, go to the Header section and click 'Show language selector' and 'Show currency / country selector' under the 'Localization on mobile drawer' setting.
{% endhint %}

***

### Settings

#### **Selector style**

Controls the Selector style. Choose from: Open localization popup, Show localization selectors.

{% hint style="info" %}
To use “Open localization popup,” the Localization popup section in the overlay group must be visible.
{% endhint %}

**Open localization popup**

#### **Localization button label**

The text shown on the button when “Open localization popup” is selected as the selector style.

**Show localization selectors**

#### **Show language selector**

When enabled, this element is displayed when “Show localization selectors” is selected as the selector style. Disable it to hide the element.

#### **Show currency / country selector**

When enabled, this element is displayed when “Show localization selectors” is selected as the selector style. Disable it to hide the element.

{% hint style="info" %}
To learn how to add languages and currencies to your store, click [here](/agnes/theme-configuration/languages-and-currencies.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://moodboard-creations.gitbook.io/agnes/global-sections/utility-bar/localization.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.
