29 Jan
2003
29 Jan
'03
4:17 p.m.
I have no idea how to code but after reading the Maketext documentation this is probably the line we should include wherever an english string should be represented by another language. (it's a great simplification) print $lh->maketext("You won!"), "\n"; In french it should print "Tu as gagne". I am just wondering where these strings would have to live...in template files or in the perl scripts. If template files are to remain clean of any code than this would not be a good idea, would it? Benedict