# Variables

The **Country Selector** app block comes with a set of customizable variables, letting you tailor its look and feel to fit seamlessly with your store’s design. You can display country flags, names, codes, and other details to create a clear and localized selection experience for your customers.

Below you’ll find the list of available variables and examples of how to combine them to build the selector style that best matches your brand.

## Available variables

### Country selector layout <a href="#selector" id="selector"></a>

Variables available for the Country selector layout.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><code>{square_flag}</code></td><td>Displays a square version of the country flag.</td><td><a href="/files/J1idWmntW7dfZ6LSeFXv">/files/J1idWmntW7dfZ6LSeFXv</a></td></tr><tr><td><code>{rounded_flag}</code></td><td>Shows a rounded version of the country flag.</td><td><a href="/files/vzXxoDIWG4VD7V0d4vF5">/files/vzXxoDIWG4VD7V0d4vF5</a></td></tr><tr><td><code>{circle_flag}</code></td><td>Displays a circular version of the country flag.</td><td><a href="/files/P87rB6ujUgrMDzY9aGis">/files/P87rB6ujUgrMDzY9aGis</a></td></tr><tr><td><code>{country}</code></td><td>Full country name (e.g., "United States").</td><td><a href="/files/WSl6VLfY35umr5AKoipc">/files/WSl6VLfY35umr5AKoipc</a></td></tr><tr><td><code>{country_code}</code></td><td>2-letter ISO code of the country (e.g., "US").</td><td><a href="/files/fYOMQk5TZCaJagE7wtSB">/files/fYOMQk5TZCaJagE7wtSB</a></td></tr><tr><td><code>{currency_symbol}</code></td><td>Currency symbol (e.g., "$" or "€").</td><td><a href="/files/NneOUDaaXaDLX5u3gf3T">/files/NneOUDaaXaDLX5u3gf3T</a></td></tr><tr><td><code>{currency_code}</code></td><td>Abbreviated currency code (e.g., "USD" or "EUR").</td><td><a href="/files/aRkh0pajOW5U5fEmmhA1">/files/aRkh0pajOW5U5fEmmhA1</a></td></tr><tr><td><code>{icon}</code></td><td>The icon you have uploaded in the icon input.</td><td><a href="/files/JERV0jijSzRRDHz0xS7W">/files/JERV0jijSzRRDHz0xS7W</a></td></tr><tr><td><code>{icon_code_svg}</code></td><td>The SVG icon you have pasted inside the Icon (SVG code) input.</td><td><a href="/files/JERV0jijSzRRDHz0xS7W">/files/JERV0jijSzRRDHz0xS7W</a></td></tr><tr><td><code>{language}</code></td><td>Language name (e.g., "English", "Spanish").</td><td><a href="/files/akM1hsUzaFQDVIWX38AR">/files/akM1hsUzaFQDVIWX38AR</a></td></tr><tr><td><code>{language_code}</code></td><td>Language code in ISO 639-1 format (e.g., "en", "es").</td><td><a href="/files/mLZhvxYJKd62fiTQyR4k">/files/mLZhvxYJKd62fiTQyR4k</a></td></tr></tbody></table>

### Country dropdown layout <a href="#dropdown" id="dropdown"></a>

Variable available for the Country dropdown layout.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><code>{square_flag}</code></td><td>Displays a square version of the country flag.</td><td><a href="/files/J1idWmntW7dfZ6LSeFXv">/files/J1idWmntW7dfZ6LSeFXv</a></td></tr><tr><td><code>{rounded_flag}</code></td><td>Shows a rounded version of the country flag.</td><td><a href="/files/vzXxoDIWG4VD7V0d4vF5">/files/vzXxoDIWG4VD7V0d4vF5</a></td></tr><tr><td><code>{circle_flag}</code></td><td>Displays a circular version of the country flag.</td><td><a href="/files/P87rB6ujUgrMDzY9aGis">/files/P87rB6ujUgrMDzY9aGis</a></td></tr><tr><td><code>{country}</code></td><td>Full country name (e.g., "United States").</td><td><a href="/files/WSl6VLfY35umr5AKoipc">/files/WSl6VLfY35umr5AKoipc</a></td></tr><tr><td><code>{country_code}</code></td><td>2-letter ISO code of the country (e.g., "US").</td><td><a href="/files/fYOMQk5TZCaJagE7wtSB">/files/fYOMQk5TZCaJagE7wtSB</a></td></tr><tr><td><code>{currency_symbol}</code></td><td>Currency symbol (e.g., "$" or "€").</td><td><a href="/files/NneOUDaaXaDLX5u3gf3T">/files/NneOUDaaXaDLX5u3gf3T</a></td></tr><tr><td><code>{currency_code}</code></td><td>Abbreviated currency code (e.g., "USD" or "EUR").</td><td><a href="/files/aRkh0pajOW5U5fEmmhA1">/files/aRkh0pajOW5U5fEmmhA1</a></td></tr></tbody></table>


---

# 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://help.orbe.app/selectors/country-selector/variables.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.
