You can change the site language at any time.
The site language is set in the configuration file (rk-config.php), which is located in the root directory of your site on the server.
When changing the site language on an already live site, you must reconfigure all language settings.
To change the language, find the line:
define('RK_SITE_LANG', 'ru_RU');
This line sets the primary site language. Examples for different versions:
Russian version:
define('RK_SITE_LANG', 'ru_RU');
English:
define('RK_SITE_LANG', 'en_US');
Ukrainian:
define('RK_SITE_LANG', 'uk_UA');
Spanish:
define('RK_SITE_LANG', 'es_ES');
To make the site multilingual, you need to find the following setting:
define('RK_ENABLE_LANGS', 'ru_RU, en_US');
In this setting, specify the languages available on the site, separated by commas, in any order.
It is important to remember that if there is no available translation for any element, then the text from the main version of the site, which was specified when filling out the parameter, will be displayed