---
title: Creating polls in multiple languages
related:
  - https://docs.kentico.com/k9/managing-website-content/polls/creating-polls.md
  - https://docs.kentico.com/k9/managing-website-content/polls/placing-polls-on-pages.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

When using the Polls application on a multilingual website, you can choose from two options:

- You can create **a new poll for every language** - this is useful if you wish to track votes for different cultures/countries of your website separately.

  ![Polls in different languages](https://docs.kentico.com/docsassets/k9/creating-polls-in-multiple-languages/polls_in_multiple_languages.png "Polls in different languages")

  _**Different polls for different languages**_
- You can create **a single poll for all languages** and localize it using in-place localization expressions
  - In this case, all votes are tracked together. In order to learn how to localize strings of the poll, please refer to [Localizing text fields](https://docs.kentico.com/k9/multilingual-websites/setting-up-a-multilingual-user-interface/localizing-text-fields.md). You can find more detailed information on these expressions in [Macro expressions](https://docs.kentico.com/k9/macro-expressions.md).

If you want to create a single localized poll, you have to enter localization macro expressions into the corresponding text fields. For example, if you want to have your poll both in the website default language and in Czech, the macro must be entered in the _{$=Default string|cs-cz=Czech string$}_ format.

####  To localize a poll

1. **Edit** () the poll that you want to localize.
2. Use localization expressions for the following fields:
   - **Display name**
   - **Question**
   - **Message after vote**

     ![Localizing a poll](https://docs.kentico.com/docsassets/k9/creating-polls-in-multiple-languages/localizing_poll.png "Localizing a poll")
3. Click**Save**.
4. Switch to the **Answers** tab.
5. **Edit** () an answer.
6. Enter the localization expression into the **Answer text** text field.

   ![Localizing a poll answer](https://docs.kentico.com/docsassets/k9/creating-polls-in-multiple-languages/localizing_answers.png "Localizing a poll answer")
7. Click **Save**.
8. Localize the rest of the answers as well.

> **Note:** You can also use basic localization macros to localize your polls. These are entered in the _{$string.key$}_ format. To learn more about this type of localization, refer to [Localizing text fields](https://docs.kentico.com/k9/multilingual-websites/setting-up-a-multilingual-user-interface/localizing-text-fields.md).
