Hi,

I just installed frontaccounting v2.4.8 in windows 10,I used XAMP with PHP V5.6.23, I installed the language from the install/update language but not worked.

I go to https://sourceforge.net/projects/frontaccounting/files/FrontAccounting-Languages%202.X/ar_EG%202.X%20%28100percent%29/ and downloaded the zip file ar_EG228.zip and extract it as the wiki suggest, then I added new language but it is still not working.

I even tried to translate the empty.po and no luck.

I installed Russian language, and it is the same problem,the user interface does not translated to the selected language at all.


here is my installed_languages.inc

$installed_languages = array (
  0 =>
  array (
    'code' => 'C',
    'name' => 'English',
    'encoding' => 'iso-8859-1',
  ),
  1 =>
  array (
    'code' => 'ar_AR',
    'name' => 'Arabic G',
    'path' => 'lang/ar_AR',
    'encoding' => 'UTF8',
    'rtl' => true,
    'package' => '',
    'version' => '',
  ),
  2 =>
  array (
    'name' => 'Arabic',
    'package' => 'ar_EG',
    'code' => 'ar_EG',
    'encoding' => 'utf-8',
    'version' => '2.4.8',
    'path' => 'lang/ar_EG',
    'rtl' => true,
  ),
  3 =>
  array (
    'name' => 'Russian',
    'package' => 'ru_RU',
    'code' => 'ru_RU',
    'encoding' => 'UTF-8',
    'version' => '2.4.1-3',
    'path' => 'lang/ru_RU',
  ),
);

$dflt_lang = 'ar_AR';


please help.