---
title: Configuring content for translation
related:
  - https://docs.kentico.com/13/multilingual-websites/setting-up-multilingual-websites.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).

> **Info:** **Enterprise license required**
>
> Features described on this page require the **Kentico Xperience Enterprise** license.

Translation services can process the following types of page content:

- Values of page fields on the **Content** tab of the Pages application
- Page file attachments (without their [image variants](https://docs.kentico.com/13/developing-websites/managing-responsive-images.md))

  > **Note:** **Note**: Text added and displayed through [page builder widgets](https://docs.kentico.com/13/managing-website-content/adding-page-content-using-widgets.md) is not processed by translation services or included in the resulting translation data.

The system allows you to specify exactly which parts of the content are translated. These settings affect all types of translation services.

## Configuring page fields

To choose which page fields are sent for translation, adjust the form definition of individual [page types](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types.md):

1. Open the **Page types** application.
2. Edit () a specific page type.
3. Switch to the **Fields** tab.
4. Select the field that you wish to configure and enable or disable the **Translate field** flag. Translation is only available for fields with the _Text_, _Long text_ or _File_ **Data type**.
5. Click **Save** to confirm the changes to the field.

![Enabling the Translate field flag for a page type field](https://docs.kentico.com/docsassets/13/configuring-content-for-translation/Enabling+the+Translate+field+flag+for+a+page+type+field.png "Enabling the Translate field flag for a page type field")

When users submit pages of the given type for translation, only the content of fields that have the **Translate field** flag enabled is included in the translation.

## Allowing translation of page attachments

Human translation services allow users to submit [file attachments](https://docs.kentico.com/13/managing-website-content/working-with-files/page-attachments/attaching-files-to-pages.md) for translation along with the main content of pages. To configure attachment translation for your website:

1. Open the **Settings** application and select the **Content -> Translation services** category.
2. Enable the **Allow attachment translation** setting.
3. Specify which types of files should be translated using the **Translation attachments file types** setting.

   - Enter a list of all allowed file extensions separated by semicolons (for example: _txt;docx;pdf_). Leave the setting empty to allow translation for all types of attached files.
4. Click **Save**.

Users can enable the **Translate attached files** option when [submitting pages for translation](https://docs.kentico.com/13/multilingual-websites/translating-content-using-external-services.md), and the system adds all allowed file attachments into the translation source. When the completed translation is imported, the translated file is attached to the appropriate language version of the page.

> **Note:** **File format**
>
> The system adds file attachments directly into the XLIFF translation source as binary data encoded in Base64 format.
