i tried to uninstall and reinstall the component
the greek.php file is the same with english.php, except from the beggining like you said
the only difference is the first line (el-GR) and one value, to see if greek language is working
also, in all the language files (english, italian etc.) i added the code:
Code: |
$constLang[] = array('const'=>'_BOOKLIBRARY_LANGUAGE_GR', 'value_const'=>'Greek');
|
this code has been added after the row:
Code: |
$constLang[] = array('const'=>'_BOOKLIBRARY_LANGUAGE_ENG', 'value_const'=>'English');
|
I saw that to the topic you told me
I am ataching the greek.php and english.php files
thanks