Topic: can't display any translation

I installed front-accounting using latest xammp: xampp-win32-5.5.19-0-VC11 & xampp-win32-5.6.3-0-VC11 on (windows 8.1).

Then I installed other languages and tried using them from my preferences page but it always display English.

can you help?

Re: can't display any translation

Navigate to Menu "Setup => Display Setup => Language" and choose your language, save and logout and login again.

Also read the Wiki.

Re: can't display any translation

thank you for your replay.

I tried debug the code and I found that setlocale returns false and so it load the default languge. I think that windows doesn't understand the language codes.

Re: can't display any translation

It seems that it is a reported bug in gettext with php 5.5 on windows so I installed php 5.4 and it works fine

Re: can't display any translation

Can you paste the link to the specific PHP 5.5 bug?

Re: can't display any translation

please check this link:

https://bugs.php.net/bug.php?id=66265

Re: can't display any translation

Thanks for the link @baselbj!