> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/adobe-commerce-magento/additional-features/country-specific-localized-content.md).

# Country-Specific Localized Content

Country-Specific Localized Content lets retailers show different storefront content by country by using native Adobe Commerce store views. This is useful for banners, delivery threshold messages, and other market-specific content.

For example, you can show different free delivery thresholds for Australia and Europe without custom development.

### How the feature works

Create separate content blocks for each target market, then assign them through the **ESW Country Specific Content** widget on the page where the content should appear.

### Create localized content blocks

To create country-specific content blocks:

1. Go to **Content → Elements → Blocks**.
2. Create a block for each target store or market.
3. Add the localized content for that market.
4. Save each block.

For example, you might create one block for Australia and another for Europe, each with its own free delivery threshold message.

### Add the country-specific widget to a page

After the blocks are ready:

1. Open the page where the localized content should appear.
2. Add the **ESW Country Specific Content** widget.
3. Assign the correct content block to each country or market.
4. Save the widget configuration.
5. Save the page.

For example, you can add the widget to a customer service page and map separate content for Australia, France, and Germany.

### Expected result

After setup is complete:

* shoppers see content that matches their country
* country-specific thresholds and messages stay accurate
* retailers can manage localized content through native Adobe Commerce tools


---

# 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://developer.esw.com/adobe-commerce-magento/additional-features/country-specific-localized-content.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.
