Admin language - English and Deutsch?
cosmin 269
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Admin language - English and Deutsch?
Philipp Esselbach
From: -
Editor
0From: -
Yes, you find the language files for each module in the cadmin directories.
To translate the modules:
1) Copy the language files (language_xxx_en.php) for each module to language_xxx_ro.php
2) Open the files in an editor and translate it
3) To use your language pack, open includes/config.php in an editor and change:
to
To translate the modules:
1) Copy the language files (language_xxx_en.php) for each module to language_xxx_ro.php
2) Open the files in an editor and translate it
3) To use your language pack, open includes/config.php in an editor and change:
$config['ADMIN_LANGUAGE'] = "en";
to
$config['ADMIN_LANGUAGE'] = "ro";
Can I add another?