Warning! The RK-CMS distribution is distributed exclusively through rk-cms.ru. Downloading copies from third-party resources may result in data loss or installation of malware.

Menu
    300 140

    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');

    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's important to remember that if a translation is not available for an element, the text from the main version of the site, which was specified when filling out the parameter, will be displayed.

    Category: Site management
    Back to Wiki

    We use cookies to improve the functioning of the site and its interaction with users. By continuing to use the site, you consent to the use of cookies (find out more).

    You can always disable cookies in your browser settings.