Language issues :
UTF-8
Did you notice the files in /vresource/utils, these were written to help with translations and hopefully pick up problem characters. Perhaps you could check this out and suggest improvements. Right now it only picks up the language files for the delivery side of AutoView, not the editor. One of the things on my to do list is to get it to pick up the editor strings as well.
Unset language
Not sure what's going on here, i'll look into it when I can find some time.
Popups in English
With the exception of a few minor bits in the XSL (see below) they should all have language keys.
If they haven't then this was a mistake which needs to be fixed. Note, translations of phrases which are only used in the editor are kept in a separate language file, in avedit/lang and are not in the main language files, so if you've not translated this file then bits of the editing interface will still be in english. You'll also need to edit templates/autoview.xsl so that the system knows it has a french translation of the editor as well as the english one. Look for the line
<script type="text/javascript" src="{$aveditdir}lang/en.js">//</script>
and add a duplicate for the french translation.
XSL and Translation
Unless i've missed something, avedit/avedit.xsl and avedit/convert.xsl are the only two files which contain english phrases which might be seen by the user (I think I might have put an english title in subtitles.xsl, but nobody should ever see this, so it dosn't really matter). The convert.xsl file is intended for connection to an online document conversion service which hasn't yet been finished, so this can be ignored for now.
That leaves the 'please wait' bit in avedit.xsl. This is only here because I was finding that sometimes variations in browsers loading different bits of different frames at different speeds meant that the editor window failed to show it's functions about 20% of the time. If I can get the editor window to show reliably 100% of the time then this phrase and it's associated button can be removed.