---
title: Editing the content of multilingual websites
related:
  - https://docs.kentico.com/13/multilingual-websites/translating-content-using-external-services.md
  - https://docs.kentico.com/13/multilingual-websites/configuring-translation-services.md
  - https://docs.kentico.com/13/multilingual-websites/configuring-translation-services/configuring-content-for-translation.md
  - https://docs.kentico.com/13/multilingual-websites/editing-the-content-of-multilingual-websites/language-status-overview.md
  - https://docs.kentico.com/13/multilingual-websites/developing-custom-translation-services/translating-content-via-rest.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).

After a site administrator has [specified cultures for a website](https://docs.kentico.com/13/multilingual-websites/setting-up-multilingual-websites.md#setting-up-multiple-cultures-for-websites), content editors can begin to translate page content directly or [assign translation tasks to translation services](https://docs.kentico.com/13/multilingual-websites/translating-content-using-external-services.md).

When you open the **Pages** application on a multilingual website, you can see the language selector below the content tree. Use the selector to switch between language versions of the currently selected page.

![Language selector below the content tree](https://docs.kentico.com/docsassets/13/editing-the-content-of-multilingual-websites/Pages_Culture_Selector.png "Language selector below the content tree")

You can also click **Compare** to [edit language versions side-by-side](https://docs.kentico.com/13/multilingual-websites/editing-the-content-of-multilingual-websites/comparing-language-versions.md).

## Creating multiple language versions of pages

The following example shows how to manually translate a page into the French language:

1. Open the **Pages** application.
2. Select the root page in the content tree and switch to the **French** culture. Since the French version of the page does not exist yet, you can create it through one of the following ways:

   - **Create empty page** – creates a new page of the same type, but without any content.
   - **Copy content from another language** – creates a copy of the page with content loaded from the selected language version. If _Save the new page before editing_ is selected, the system adds the new page version and immediately saves the copied content.
   - **Translate using translation service** – with this option, the content of the page's new language version will be provided by an external translation service. See the [Translating content using external services](https://docs.kentico.com/13/multilingual-websites/translating-content-using-external-services.md) chapter to learn more.
3. Choose to **Copy content from another language**.
4. Select **English - United States**.

   ![Creating a new language version of a page](https://docs.kentico.com/docsassets/13/editing-the-content-of-multilingual-websites/New_Document_Language_Version.png "Creating a new language version of a page")
5. Click **Create page**.

The French version of the root page has now been created. You can now translate other pages on the website:

1. Choose a page in the content tree (for example the **Home** page on the sample Dancing Goat MVC site).
2. Select **Copy content from another language**, but this time disable the **Save the new page before editing** option.
3. Click **Create page**.
4. The editing form of the new page version opens. Change the **Page name** to: _French Home_
5. Click **Save**.
6. On the **Page** tab, adjust or translate the text within the widget content (for example, the sub-title text of the Banner widget on the sample Dancing Goat MVC site).
7. Click **Save**.

You can modify the content or configuration of a page's widgets on the **Page** tab to be different for each language version. It is also possible to translate content entered into the page's fields on the **Content** tab, and even assign culture specific values for many of the page's **Properties**.

If you view the page on the live site, you can see the French version. On the sample Dancing Goat site, you can switch between languages using the language selection links at the top right of the website header.

![Viewing the French home page on the live site](https://docs.kentico.com/docsassets/13/editing-the-content-of-multilingual-websites/Multiple_Cultures_Live.png "Viewing the French home page on the live site")

> **Note:** **Creating content for another language**
>
> When adding a new language to the website, always create a language version for at least the **root** page and the default **home page**. Otherwise, the system cannot display the site correctly.
>
> In the **Pages** application, the content tree displays the **Not translated page** (![](https://docs.kentico.com/docsassets/13/editing-the-content-of-multilingual-websites/not_available_in_current_culture.png)) status icon next to pages that do not exist in the selected culture.

## Using the default language version for untranslated pages

You can configure websites to display content from the default language for pages that are not available in the selected language.

1. Open the **Settings** application in the Xperience administration interface.
2. Select the **Content** category.
3. Choose your **Site** from the drop-down list and enable the **Combine with default culture** setting.
4. Click **Save**.

> **Note:** **Note**: To use the default language version for untranslated pages, your developers need to use the **CombineWithDefaultCulture** method of the [DocumentQuery API](https://docs.kentico.com/13/custom-development/working-with-pages-in-the-api/reference-documentquery-methods.md) when [retrieving the pages](https://docs.kentico.com/13/developing-websites/retrieving-content/displaying-page-content.md) from the database.

Now you can sign out and view the French version of the live website again. Pages that are not available in French are displayed in the default culture (English).
