---
label: 'Translating user interface text'
related:
- core.translations
- locale.import
- locale.translation_status
- language.add
---
{% set translate_text %}{% trans %}User interface translation{% endtrans %}{% endset %}
{% set translate_link = render_var(help_route_link(translate_text, 'locale.translate_page')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Translate user interface text strings from English into a non-English language that is configured on your site.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Configuration > Region and language > {{ translate_link }}.{% endtrans %}
- {% trans %}Using the filters, search for a string or set of strings that you want to translate; make sure to select the correct Translation language if you have more than one non-English language on your site.{% endtrans %}
- {% trans %}Enter new translations and click Save translations.{% endtrans %}
- {% trans %}Repeat these steps until all of the desired user interface text is translated for all languages on your site.{% endtrans %}