[support] Localizing a template

Francesco Baldini fb at codicelibero.net
Sun Mar 1 22:45:49 UTC 2009


On Ven, 27 Febbraio 2009 10:29 am, J-P Stacey wrote:
> First turn on the Locale module. Then, if your text is hardcoded, wrap
> it in the t() PHP function as follows:
>
> 	<p>My text</p>
> 	... becomes ...
> 	<p><?php print t('My text') ?></p>

thank you so much ;)



More information about the support mailing list