# How to show different contents depending on the language version?

The **"polyflow-only"** attribute allows you to show or hide content depending on the language version, so you can customize content for your different audiences.

To show content only in one language, you just need to add the attribute **"polyflow-only"** to the section and indicate as value the ISO code of the language in which you want to show it, as you can see in the following video:

{% embed url="<https://youtu.be/LCBwc3hqAvY>" %}

{% hint style="info" %}
ISO is a standardized nomenclature used to classify languages, each language is assigned a two or three-letter lowercase abbreviation.

Check out here for a list of ISO codes as you will need to use them to create your language versions: <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>
{% endhint %}

So for example, if we only want to show a block of content for the English version, we will add "polyflow-only = en" to that block in the custom attributes and publish our project on Webflow.

In the production version we will see that this content is only shown in English and does not appear in the other languages of our website.


---

# 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://guides.polyflow.co/language-custom-content/how-to-show-different-contents-depending-on-the-language-version.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.
