This topic http://drupal.org/node/182884 perfectly describes how to translate select list field types.
But I'm unable to translate fields with textarea/textfield widget type. I've decided to use multiple(2) number of values for the field. Is it possible to show this two values by one(one textfield value for one language) using

global $locale;
if($locale=="en")
{....}
else
{...}

construction.

Comments

mariusooms’s picture

Hi, that certainly looks like a good approach for textfields. Currently looking for the same functionality in order to create multi-lingual biographies.

Looking for some help on this as well.

Regards,

Marius

webadpro’s picture

Anyone found the solution for this because im looking for the exacte same thing.