Come mai??
Perche ho un echo in una funzione (
Codice PHP:
function intro() {
echo 
"$lang[6541]"

)
non mi "traduce" $lang[6541] in CONTINUA
fino ad ora è sempre andato

la struttura del file di lingua è
Codice PHP:
<?php

$lang 
= array ( 

1=>"",
2=>"",

);

?>