From: <st...@ge...> - 2002-05-19 10:59:10
|
Hi all I just started using phpESP 1.4 - impressive stuff. I want to localize it to danish. Therefore I edited the .ini to: <codestart> /** * Choose the default language and locale path here. */ $lang =3D 'da'; $locale_path =3D '/path/phpESP/locale'; </codestart> But the pages are still shown in English. The $locale_path is the the pat= h for the directory with the subdirs for each language (including danish as 'da') What did I miss? (I have phpESP installed on a webhotel, so I can't change all server-rela= ted settings...) Kind Regards S=F8ren |