Topic: Install/Update Languages
Dear Admin,
I'm installing FrontAccounting Release 2.3.10 at Win 7 - 64bit OS.
in the XAMPP 1.7.7 & PHP: 5.3.8.
A problem occured when i clicked : Setup - Install/Update Languages
"The connection was reset
The connection to the server was reset while the page was loading... "
So then Im editing "installed_languages.inc" :
$installed_languages = array (
0 =>
array (
'code' => 'C',
'name' => 'English',
'encoding' => 'iso-8859-1',
),
array (
'code' => 'N',
'name' => 'Indonesian',
'encoding' => 'iso-8859-1',
'path' => 'lang/in_ID'
),
);
And adding new directory /lang/in_ID/ (consists of in_ID.mo & in_ID.po)
But still cannot update my language to Indonesian.
Hope you can help me, thanks alot !!