Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/01/2008, 10:29
Avatar de MoDoRrO
MoDoRrO
 
Fecha de Ingreso: septiembre-2005
Ubicación: Php+Flash+AS
Mensajes: 1.072
Antigüedad: 18 años, 7 meses
Puntos: 12
Re: Traducir página

algo sencillo y rapido
Código PHP:
$lenguaje=$_GET['lang'];

if(
$lenguaje == "es"){
define('HOLA',"Hola señor $nombre como esta usted hoy?");
}else if(
$lenguaje == "ing"){
define('HOLA',"Hi Mister $nombre how are you today?");
}

echo 
""._HOLA_.""; (algo asi
;