PDA

View Full Version : ?How may I to choose (fix) a language?


felixr
11-22-2007, 06:19 PM
I have translate Vivvo 4.0 at 95% at Spanish (Spain version). When a user is at the 'validation', always show 'english' by defect. How may I to change, to put 'spanish' by defect.

Thanks a lt., Félix :eek:

shketuljko
11-23-2007, 07:34 AM
Have you translate lang file with `UTF-8 without BOM` ?

felixr
12-08-2007, 10:31 PM
Hi, I just made a copy of english.php ... I rename it as spanish.php and translate it. My concern is when I go to Admin area, always the language by defect it´s english, and I would like to fix spanish php, instead.

Blueracer66
12-08-2007, 11:11 PM
First of, go to vivvo_root/admin/admin_include.php. The copy it so you can have a back-up. Then look for the following code:

$_SESSION['vivvo']['admin_lang'] = 'english';
I believe you have to change it to "spanish" if you named your custom language "spanish.php" in lang/admin/.

I hope that helps!:)