Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/03/2004, 09:45
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
Puntos: 129
Y revisastes la documentación oficial de esa classe?

Fijate el comentario:
http://phpmailer.sourceforge.net (en su página de inicio .. noticias):

Cita:
Multiple Languages
PHPMailer now supports error messages of multiple languages. In the language directory you will find several files (only two actually, if someone would like to contribute more translations then please do so) like phpmailer.lang-en.php. If you look right before the .php extension there are two letters. These represent the language type of the translation file. For instance "en" is the English file and "br" is the Portuguese file. Chose the file that best fits with your language and place it in the PHP include path. If your language is English then you have nothing more to do. If it is a different language then you must point PHPMailer to the correct translation. To do this, call the PHPMailer SetLanguage method like so:


// To load the Portuguese version
$mail->SetLanguage("br", "/optional/path/to/language/directory/");


Un saludo,
__________________
Por motivos personales ya no puedo estar con Uds. Fue grato haber compartido todos estos años. Igualmente los seguiré leyendo.