Hi,
What component are you using for the miltiple languages?
Do you know php? In cache.php, change
$md5 = md5($html);
//by
$md5 = md5($html.JRequest::getVar('lang', 'en'));
You have to know how to get the lang, that depends of the component that are you using for multiple languages