ASAP reply is comming
1st step )
In local.config.php above the first line <?php
paste this
<?php
session_start();
if(isset($_GET['template']) && $_GET['template'] != ''){
$_SESSION['template'] = $_GET['template'];
define('CURRENT_SKIN',$_GET['template']);
}
if(isset($_SESSION['template']) && $_SESSION['template'] != '')
{
define('CURRENT_SKIN',$_SESSION['template']);
}
?>
2ond step
Copy your template to a new folder for example if your template is called "Template" make a folder "Templateen"
3rd step
Translate the files in the 2ond folder that you have made
4th step
point your links to each language that you want with a link
http://www.yourwebsite.com/index.php/profile/?template=Template for spanish
and
http://www.yourwebsite.com/index.php/profile/?template=TemplateEn For english
If you have any questions just tell us