If you are getting the same results for all the defined langauges, then I'd suspect that gettext is not running on the webserver. Check the output of phpinfo() for the gettext section and be sure that gettext support is enabled.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could not see any other language.
Read the help files, and make everything with the psa.po files and changed the config and class files, but nothing apears.
Please help.
Thanks in advance
benedikt@nuenemann.net
Have created the psa.mo file with the gettext utilities as well?
Yes.
gettext Utility works fine, but no german word apear.
Further testing with pre-defined languages (es,it,nl) - some result. Only get english words.
Which modifications should i make in which files?
Thanks in advance.
benedikt
If you are getting the same results for all the defined langauges, then I'd suspect that gettext is not running on the webserver. Check the output of phpinfo() for the gettext section and be sure that gettext support is enabled.
There ist no gettext section.
Kann I switch gettext temporary on?
The server will need to have the gettext extension enabled through the php.ini and/or compiled with support for it.