> For the complete documentation index, see [llms.txt](https://help.orbe.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orbe.app/selectors/language-selector/variables.md).

# 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="/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>

{% 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
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://help.orbe.app/selectors/language-selector/variables.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.
