Change language

Hi,
How can I change site language to English (user site & admin panel)
And
How can I upload new language I made??

Thankyou

3 комментария

0
On FTP
1)config/config.local.php change 'russian':
<code>$config['lang']['current'] = 'russian';
$config['lang']['default'] = 'russian';</code>
to 'english' or your language.

2)/templates/language/
Отредактирован:
0
thank you so much.

if i want to change LTR to RTL wich part of css need i chane? could you tell me the css names? (Just i want to change notes places no sidebar or menubar)

tnx.
Отредактирован:
0
You can see css classes and styles for any elements with Firebug(for Firefox) or other developer utility.
Только зарегистрированные и авторизованные пользователи могут оставлять комментарии.