j
k
j a
j l
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>
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 ;)
Back to the thread
Back to the list