Hi
I began to work on an French OCR file to produce an EPUB. I then realized all the html files had a xml declaration including the wrong language (English) . I modified all the files to "fr-FR" - see below - and saved.
However, when I later checked the spelling (using a French dictionary), I saw that a lot of words were still mistakenly considered as English. (see screenshot).
It maybe a bug or I did a mistake when changing the language?
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr-FR">