Monday 21 February 2011 5:32:29 am
You can store the content of attribute_view_gui using set-block:
{def $output=''}
{set-block variable='output'}
{attribute_view_gui attribute=$node.data_map.productlanguage}
{/set-block} and then use i18n with the $output variable. Also note, that if you're using this with an attribute of type XML Field, you'll get the output HTML tags in the $output variable, so it could cause you some headache if you use i18n on it.
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|