2
you would have to do some minor core hacking to load different stylesheets based on language.
The function xoops_getcss() in /include/functions.php determines which themed stylesheet to load and the variable $xoopsConfig['language'] stores the current site language. So it should be a fairly simple matter to look for a language specific stylesheet.