---
label: 'Translating configuration'
related:
- core.config_overview
- core.translations
- language.add
---
{% set config_translation_link_text %}{% trans %}Configuration translation{% endtrans %}{% endset %}
{% set config_translation_link = render_var(help_route_link(config_translation_link_text, 'config_translation.mapper_list'))%}
{% set config_overview_topic = render_var(help_topic_link('core.config_overview')) %}
{% set language_add_topic = render_var(help_topic_link('language.add')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Translate your site configuration to another language. See {{ language_add_topic }} if you need to add a new language.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Configuration > Regional and language > {{ config_translation_link }}.{% endtrans %}
- {% trans %}Find either the configuration entity type or the simple configuration item that you want to translate in the Label column of the list. Click List under Operations for a configuration entity, or Translate for simple configuration. (See {{ config_overview_topic }} to learn more about types of configuration and configuration entities.){% endtrans %}
- {% trans %}For configuration entities, find the specific entity that you want to translate on the next page, and click Translate under Operations.{% endtrans %}
- {% trans %}Enter translations for the translatable text fields for the configuration item, and save.{% endtrans %}