Wednesday 19 December 2007 8:40:17 am
Hi all,
I have an extention for payment gateway. This extention send automaticly a confirmation e-mail. My mail is a template, so in my source code i use : $tpl =& templateInit(); But how I configure the regional settings of the template, to have my mail in the good language ? I try : $tpl->setvariable( 'language_code', 'eng-EU'); but it dosn't work... Thanks in advance, C
|