From: James E. F. <jf...@ac...> - 2002-05-21 18:02:45
|
Unfortunately phpESP tries to be "smart" when picking the language setting, and takes a look at the languages that your browser requests. Check and see if the language preferences in your browser are something other than danish (i.e. english). Another problem could be that the hosting service you are using does not have the GNU Gettext extension loaded for PHP. Put this PHP script somewhere on the server and see what it tells you: http://phpesp.sf.net/files/status.php.txt -James On Sun, 19 May 2002, Søren Thing Pedersen wrote: > 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 = 'da'; > $locale_path = '/path/phpESP/locale'; > </codestart> > > But the pages are still shown in English. The $locale_path is the the path > 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-related > settings...) > > Kind Regards > Søren > > > > _______________________________________________________________ > Hundreds of nodes, one monster rendering program. > Now that's a super model! Visit http://clustering.foundries.sf.net/ > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |