By meible on
Hi,
according to the description onhttp://drupal.org/node/35728 i created my on profile page layout. As I have a website that supports several languages, also the profile page should be translated. At the moment all the text I have on the profile page is hard coded in the php code. How can i make this text translatable via the i18n module?
thanks
meible
Comments
t()
Encapsulate the text in the translate function t(). See http://api.drupal.org/api/function/t/5 (Drupal 5.x)
thanks...
for the quick reply.
thanks..
for the quick reply.