[imp] gettext problem

Richard Zuidhof rzuidhof@zonnet.nl
Mon Nov 18 19:26:34 2002


I can not translate variables like this:

$name="Search";
echo _($name);

I also tried _("$name") but no success either. It prints the untranslated variable.

However, this works fine:

echo _("Search");

Richard



More information about the imp mailing list