I'm trying to set LC_TIME to e.g. da_DK.
My problem is that when i reload my page about 5 times the format switches back to english and setlocale("LC_TIME", 0) returns "C".
I can't understand why this is happening.
I'm on a FreeBSD box running PHP4
Thanks in advance
Martin Liebing