# Localization

You can change your site's main language via **Settings -> General -> Site Language**

It’s easy to localize your site using [Loco Translate](https://wordpress.org/plugins/loco-translate/) plugin. Here you can see the related tutorial – <https://localise.biz/help/wordpress/translate-plugin/beginners[https://localise.biz/help/wordpress/translate-plugin/beginners>]\(<https://localise.biz/help/wordpress/translate-plugin/beginners>).

Another way is to add your translations via creating your own .po files. Before adding translations for static strings, it needs to rename language files correctly according to your site languages. Theme language files are located in a **../wp-content/themes/theme-folder/languages/**&#x66;older. You can find a list of language codes here [WordPress in your Language](http://codex.wordpress.org/WordPress_in_Your_Language). As an example, the language code for English is **en\_EN**, so you would save the translated files as en\_EN.po first, then en\_EN.mo.

There are several ways to fill up translations. One of them is using [PoEdit](https://poedit.net/) platform. You can add translation via editing your **.po** file and at the end **PoEdit** generates **.mo** file for you. Then you need to upload ready translation files to primordial folder (../wp-content/themes/theme-folder/languages/).

Motors theme includes ready translation files for 6 languages: **Arabic**, **Germany**, **Spanish**, **French**, **Italian,** and **Portuguese**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/motors-theme-documentation/customization/localization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
