--- label: 'Translating user interface text' related: - core.translations - locale.import - locale.translation_status - language.add --- {% set translate = render_var(url('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 %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > Regional and language > User interface translation.{% endtrans %}
  2. {% 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 %}
  3. {% trans %}Enter new translations and click Save translations.{% endtrans %}
  4. {% trans %}Repeat these steps until all of the desired user interface text is translated for all languages on your site.{% endtrans %}