Change language

You can change language folder by editing include/config.php

If you need espanol

Code:
$language = "es";
Now you need to create a copy of the folder "en", name it "es", then edit all files in the folder and change the language strings to your language.

You also need to edit templates and change languages in the template.

HOWTO