Ideally, you'd use none, but something like this:
Code:
<p>He said <span xml:lang="fr">au revoir</span>.</p>
with:
Code:
span:lang(fr) { font-style: italic; }
which would help a text-to-speech system choose the right pronunciation, or a reading system choose the right dictionary...