Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Dejo on March 20, 2002, 12:33:39 PM

Title: Language
Post 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 ?
Title: Re: Language
Post by: Alex Henriksen on March 20, 2002, 03:55:37 PM
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
Title: Re: Language
Post by: Dejo on March 20, 2002, 07:04:31 PM
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...
Title: Re: Language
Post by: Dejo on March 21, 2002, 03:02:31 PM
juppers.. it was a defenition mistake... consider this thread DEALT WITH