Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Dejo on March 20, 2002, 12:33:39 PM
-
Hi there
I'm running the SME 5.1.2 server and LOVING it.. but have a small problem
I'm Running a PHP-Nuke site on it, and I want the date's the server reports in another language, in this case danish. How do I do that ?
-
Hejsa Dejo..
Ret i dit danske sporg pakke(lang-danish.php), det er alt..
Lav define("_JANUARY","January"); om til define("_JANUARY","Januar");, o.s.v.
And on english.
Easy to fix, just rewrite your lang file, in this case lang-danish.php
change define("_JANUARY","January"); to define("_JANUARY","Januar");, etc.
Regard Alexie @ Zbox.dk
-
If it only was that easy, but I allready did that ...
but i'm pretty sure the problem is on the server... maybe because i put the language defenition wrong.. i don't know...
-
juppers.. it was a defenition mistake... consider this thread DEALT WITH