/**
 * The article will no longer exists, so we clan the language table
 */
function mlCleanLanguageOnArticleDelete(&$article, &$user, &$reason)
{
    $controller = new MultiLanguageManager_controller();
    $controller->executeRemoveLanguageSettingsRequest($article->getID());
    return true;
}