---
title: Configuring translation services
related:
  - https://docs.kentico.com/13/multilingual-websites/translating-content-using-external-services.md
  - https://docs.kentico.com/13/multilingual-websites/setting-up-multilingual-websites.md
  - https://docs.kentico.com/13/multilingual-websites/developing-custom-translation-services.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).

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

You can automate or outsource the translation of website content using translation services. Translation services allow you to create multilingual sites without having to edit the text in the Xperience administration interface. The system automatically ensures the transfer of data between the website's pages and translation providers. Translation data is exported and imported via files using the standard XML-based [XLIFF](http://en.wikipedia.org/wiki/XLIFF) format.

There are two general categories of translation services:

- **Machine services** – use translation software to programmatically convert source text from one language to another. By default, Xperience supports the Microsoft Translator and Google Translate. See [Machine translation - Microsoft Translator](https://docs.kentico.com/13/multilingual-websites/configuring-translation-services/machine-translation-microsoft-translator.md) and [Machine translation - Google Translate](https://docs.kentico.com/13/multilingual-websites/configuring-translation-services/machine-translation-google-translate.md).
- **Standard services (human translation)**– provide an automated interface between Xperience and external human translators. See [Human translation services - Email translation](https://docs.kentico.com/13/multilingual-websites/configuring-translation-services/human-translation-services-email-translation.md).

You can also [develop custom services](https://docs.kentico.com/13/multilingual-websites/developing-custom-translation-services.md).

The main purpose of translation services is to create language versions of the website's pages based on the content in another language.

## Enabling translation services

To enable the translation service functionality:

1. Open the **Settings** application.
2. Select the **Content -> Translation services** category.
3. Check **Enable translation services**.
4. Click **Save.**

## Translation services settings

You can find the settings related to translation services in the **Settings** application within the **Content -> Translation services** category. For each translation service you intend to use on your website, you need to configure the corresponding settings.

## Managing translation services

You can manage translation services in the **Translation services** application.

To learn how to create new translation services, see [Developing custom translation services](https://docs.kentico.com/13/multilingual-websites/developing-custom-translation-services.md).
