Just to confirm you need to follow theese steps
Step 1 in local.config.php you need to add the above code at the top
<?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']);
}
?>
<?php
Step 2
2 language folders in skins folder named by your language
Step 3
Link to www.mysite.com/index.php/?template=languagefoldername