<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am playing around with ConTemplate and am very 
pleased with the way you can insert a whole host of php variables.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have the following in one of my node 
types:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;div 
style="background-color:#efefef;width:200px;height:30px;border:3px outset 
silver;font-size:1.1em;list-style-type:none;"&gt;<BR>&lt;a 
href="profile/&lt;?php print $node-&gt;user-&gt;uid ?&gt;"&gt;My 
Profile&lt;/a&gt;<BR>&lt;/div&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and it does indeed provide a link to the user's 
Profile page. As I have a multi-lingual site, I need to now be able to translate 
that "My Profile" string. I can't find it under Localization/Manage 
Strings.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I know that in standard module scripts, you only 
need to wrap the string in t() to be able to manage and translate that string 
using Localization. So, in short, how can text I add using ConTemplate be made 
into a translatable string? Does anyone have any experience of 
this?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Neil</FONT></DIV></BODY></HTML>