[imp] languages problem

Bartosz Aninowski bart at sonik.pl
Fri Dec 20 10:36:06 PST 2002


I have some function to print available disk space (quota)
I added some code to imp/conf.php
Now I want easy add if statement to show text in various language
if($somevariable==en){
echo "available quota:";
} elseif ($somevariable==pl){
echo "dostepne miejsce na dysku:";
}
etc etc
How can I do this?


Regards
Bart 


More information about the imp mailing list