Language versions of the site

Language packs

Switching language versions of a site is NOT multilingualism in our understanding.

Multilingual - all information content is displayed in the selected language. The information content is filled in in the selected language.

For multilingual settings, see the section: System - Languages


Language files

Download the language directory from your server: lang/ru-ru/

Rename the directory: ru-ru/ for example to ua-ua/

Open the file: u_name.inc.php, which is located in the lang/ directory and add a new language.

$names = array (
  'ru-ru' => 'Русский',
  'en-en' => 'English',
  'ua-ua' => 'Украинский',
);

Change the language icon icon.png and translate phrases.

Last updated