ID: 8969
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: Gettext related
Description: Gettext does not work
I have done a bit more testing.
If I add:
setlocale("LC_ALL", "fi_FI");
or just (for the messages):
setlocale("LC_MESSAGES", "fi_FI");
Then the gettext funct
From: [EMAIL PROTECTED]
Operating system: Linux RedHat 7.0
PHP version: 4.0.4pl1
PHP Bug Type: Gettext related
Bug description: Gettext does not work
1) Just to show that gettext works in the system:
A script:
[teemu@jolly Test]$ cat loca2.sh
#!/bin/sh
LANG=fi
export LANG
TE