---
title: Configuring translation services
related:
  - https://docs.kentico.com/k10/multilingual-websites/translating-content-using-external-services.md
  - https://docs.kentico.com/k10/multilingual-websites/setting-up-multilingual-websites.md
  - https://docs.kentico.com/k10/custom-development/miscellaneous-custom-development-tasks/developing-custom-translation-services.md
  - https://docs.kentico.com/k10/custom-development/miscellaneous-custom-development-tasks/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:** **Kentico EMS required**
>
> Features described on this page require the **Kentico EMS** 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 Kentico 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, Kentico supports [Google Translate](https://docs.kentico.com/k10/multilingual-websites/configuring-translation-services/machine-translation-google-translate.md).
- **Standard services (human translation)** - provide an automated interface between Kentico and external human translators. By default, you can use the Translations.com service. See [Human translation services - Translations.com](https://docs.kentico.com/k10/multilingual-websites/configuring-translation-services/human-translation-services-translations-com.md).

You can also [develop custom services](https://docs.kentico.com/k10/custom-development/miscellaneous-custom-development-tasks/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 have to configure the corresponding settings.

## Managing translation services

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

For creating new translation services, see [Developing custom translation services](https://docs.kentico.com/k10/custom-development/miscellaneous-custom-development-tasks/developing-custom-translation-services.md).
