<!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.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am using the following in my 
node-blog.tpl.php:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;div class="blog-image" style="float:&lt;?php 
print $node-&gt;field_image_float[0]['view'] 
?&gt;;padding:8px;margin:5px;"&gt;&lt;?php print $node-&gt;node_images 
?&gt;&lt;/div&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and giving users the chance to float the image to 
the left or right. And it's working fine on my English site but now want to give 
the same tools to my Italian site users. I could just use "left" and "right" and 
explain in the help text what each of them means, but I would prefer to use the 
Italian words sinistra/destra and then use some conditional php to transform 
that into left/right on the template. Is that a complicated thing to 
do?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Neil</FONT></DIV></BODY></HTML>