> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/frameora/theme-configuration/languages-and-currencies.md).

# Languages & currencies

Frameora supports Shopify’s language, country/region, and currency features when they are configured in your Shopify admin.

These settings are not created inside the theme. They are managed through Shopify Languages and Shopify Markets.

### Languages

Languages are managed from your Shopify admin.

{% hint style="success" %}
To add languages:

* From your Shopify admin, go to **Settings > Languages**.
* Add the languages you want to support.
* Publish the languages when ready.
* Translate your store content using Shopify’s translation tools or a compatible translation app.
  {% endhint %}

For detailed setup instructions, refer to Shopify’s language documentation:

[Shopify languages support docs](https://help.shopify.com/en/manual/markets/languages)

### Countries, regions, and currencies

Countries, regions, and currencies are managed through Shopify Markets.

{% hint style="success" %}
To configure markets:

* From your Shopify admin, go to **Settings > Markets**.
* Add or edit the markets you want to sell to.
* Configure countries, regions, domains, pricing, taxes, duties, shipping, and currency settings as needed.
* Save your market settings.
  {% endhint %}

For detailed setup instructions, refer to Shopify’s Markets documentation:

[Shopify Markets support docs](https://help.shopify.com/en/manual/markets)

### Footer selectors

Frameora can display country/region and language selectors in the footer when Shopify Markets and store languages are configured.

{% hint style="success" %}
To enable these selectors:

* From your Shopify admin, go to **Online Store > Themes**.
* Find Frameora.
* Click **Customize**.
* Open the **Footer** section.
* Enable **Show country/region selector** if you want to show the country/region selector.
* Enable **Show language selector** if you want to show the language selector.
* Click **Save**.
  {% endhint %}

### If selectors do not appear

If the country/region or language selectors do not appear, check that:

* Multiple languages or markets are active.
* **Show country/region selector** is enabled in the Footer settings.
* **Show language selector** is enabled in the Footer settings.
* The store is published in the relevant language or market.
* Shopify Markets is configured correctly.

### Important note

Frameora displays Shopify’s localization options, but the available countries, regions, currencies, and languages are controlled by your Shopify settings.


---

# 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://docs.lufavo.com/frameora/theme-configuration/languages-and-currencies.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.
