how can I change the language in Italian in the administrative panel,
default language exists Russia, Ukrainian and English
I put the folder renamed IT (10%) in "languages", I changed this code in main.php but the language IT does not appear
Somebody help me
thanks
main.php (folder language/IT )
<code><?php
setlocale(LC_ALL, 'it_IT.UTF-8');
$lang['CONTENT_ENCODING'] = 'UTF-8';
//
// Common, these terms are used
// extensively on several pages
//
$lang['ADMIN'] = 'Amministrazione';
$lang['FORUM'] = 'Forum';
$lang['CATEGORY'] = 'Category';</code>