# Variables

The Geolocation Button app block provides a range of customizable variables, allowing you to adjust its appearance to match your store's style and needs. These variables can display country flags, currency symbols, and other relevant details to create a localized experience for your customers.

Below is a list of available variables and examples of how to combine them to create unique button styles.

## Available variables

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></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>{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>{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>{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><tr><td><code>{disclosure}</code></td><td>An arrow or disclosure icon indicating additional options or a dropdown menu.</td><td><a href="/files/TtpardkXMUbx8mbGtuQs">/files/TtpardkXMUbx8mbGtuQs</a></td></tr></tbody></table>

### Combined examples

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><code>{circle_flag} {country} ({currency_code})</code></td><td><a href="/files/SOISKY0EdTCUVtKrgg7q">/files/SOISKY0EdTCUVtKrgg7q</a></td></tr><tr><td><code>{square_flag} {country_code}</code></td><td><a href="/files/35Ka9W5fViGyxJCP9R5Z">/files/35Ka9W5fViGyxJCP9R5Z</a></td></tr><tr><td><code>{icon} {currency_code}</code></td><td><a href="/files/pt7u07UQ37fwisb81BpH">/files/pt7u07UQ37fwisb81BpH</a></td></tr><tr><td><code>{square_flag} {currency_code} {disclosure}</code></td><td><a href="/files/rDqzeQXq6wriMw9nKXXy">/files/rDqzeQXq6wriMw9nKXXy</a></td></tr></tbody></table>

## Learn more about

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Custom CSS</td><td><a href="/files/WEAzUklc6tJ0GZMT10G9">/files/WEAzUklc6tJ0GZMT10G9</a></td><td><a href="/pages/qj7m9ofsuOmVYitM2zru">/pages/qj7m9ofsuOmVYitM2zru</a></td></tr><tr><td>Custom JavaScript</td><td><a href="/files/YtkEk9eFzzqUO5EEeT2W">/files/YtkEk9eFzzqUO5EEeT2W</a></td><td><a href="/pages/qj7m9ofsuOmVYitM2zru#custom-javascript">/pages/qj7m9ofsuOmVYitM2zru#custom-javascript</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/geolocation-button/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.
