# Variables

The **Language Selector** app block includes a set of customizable variables, allowing you to adjust its look and feel so it fits seamlessly with your store’s design. You can display language names, codes, and other details to create a clear and intuitive selection experience for your customers.

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

## Available variables

<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>{language}</code></td><td>Language name (e.g., "English", "Spanish").</td><td><a href="https://1070558711-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9pRSk2pXNrLaA6YXOW5G%2Fuploads%2FIKyF7ztt1JDT6jYd7asK%2FXnapper-2024-11-27-18.06.40.png?alt=media&#x26;token=93edd43d-b261-4ee3-97ea-f167afdf91e5">Xnapper-2024-11-27-18.06.40.png</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="https://1070558711-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9pRSk2pXNrLaA6YXOW5G%2Fuploads%2F3Mzbhrz0dBRx8AxBN2yg%2FXnapper-2024-11-27-18.06.58.png?alt=media&#x26;token=7517297c-b9be-461c-b3ff-cf9a2d766dd5">Xnapper-2024-11-27-18.06.58.png</a></td></tr></tbody></table>

{% hint style="warning" %}
**Why flags aren’t available in the Language Selector**

\
Flags represent **countries**, not **languages**, and one language can be spoken in many countries. To avoid confusion and ensure accessibility, our Language Selector doesn’t include flags as a variable.\
This gives you a clean, consistent, and accurate language selection experience for your customers.\
\
Want to learn more? Read the full article [“Why flags do not represent language”](https://www.flagsarenotlanguages.com/blog/why-flags-do-not-represent-language/) to understand why this design choice matters.
{% 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://help.orbe.app/selectors/language-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.
