Hi
I found a little problem with the customer portal translation with a svn
version download yesterday
In MySettings.php,, the language was block to en_us in this line :
require_once("language/en_us.lang.php");
You can change it to :
require_once("language/$default_language.lang.php");
Regards,
Bruno