Hi, I'm having Problem with the my portuguese traduction.... Where should be: "Descrição
Rápida", shows on browser: "Descri��o R�pida"
on the language file (langs/lang-pt.php) I have inserted:
<?php
function utf2latin($text) {
$text=htmlentities($text,ENT_COMPAT,'UTF-8');
return html_entity_decode($text,ENT_COMPAT,'ISO-8859-1');
}
$LANG = array(
befere de translation... but it dont worked fine...
who can I fix it?? thanks!