Thank you for the quick response. I added the following:
echo '<!-- dbginfo:';
print_r($query->query);
echo 'is_home():';
print_r(is_home());
echo '-->';
However, it seems that this code is not called on the default language home page at all, although it is called for all other posts and pages.