Quote:
Originally Posted by mcdummy
Since I have have several ebooks that include passages in several languages, it would be helpful if the spell checking and highlighting of incorrect words in the editor would be able to switch languages within the text using, for instance, the lang-tag.
|
Many years ago, when
varlog worked on implementing multi-language spell checking, I created a simple proof-of-concept validation plugin that checks foreign language segments wrapped in <span> tags with lang/xml:lang attributes.
It works like the EPUBCheck validation plugin. I.e., it'll display potential spelling errors in the validation window. (It won't add red wavy lines!)
If you're interested in testing it, PM me, and I'll send you a download link.