[Cartoweb-users] Internationalization

Stefan Neumeier stefan.neumeier at vti.bund.de
Fri Dec 10 06:19:28 EST 2010


  Dear all,

at last I found a solution for the problem. In Internationalization.php 
look for
(around line 200):

putenv('LANG=' . LANG);
setlocale(LC_ALL,'');

and change the setlocale... to setlocale(LC_ALL, LANG);

regards,
Stefan



More information about the Cartoweb-users mailing list