Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Other Languages

Quote Reply
Other Languages
I'd like to know how I can modify the error messages in templates to another language.

Thanks a lot and I'm waiting.

Luchini

Quote Reply
Re: Other Languages In reply to
In Links 2.0 I know how but in LSQL I'm not.
I use in Links 2.0 this:

$errormsg =~ s/Contact Name/Nome/;
$errormsg =~ s/Title/Título/;
$errormsg =~ s/Category/Categoria/;
$errormsg =~ s/Description/Descrição/;
$errormsg =~ s/Contact Email/Email/;

Anybody know how can I add this in LSQL?

I'm waiting.

Thanks a lot
Luchini