# Localization

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

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 **../BeTop/languages/** folder. You can find a list of language codes at [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 if using [PoEdit](https://poedit.net/) platform. You can add translation via editing your **.po** file and in the end, **PoEdit** generates **.mo** file for you. Then you need to upload ready translation files to a primordial folder (../BeTop/languages/).

Another way is to use a localization plugin like [Loco Translate](https://wordpress.org/plugins/loco-translate/)
