Quote:
Originally Posted by neilrh
Thank you,
That works, do I have to go through every chapter and change the xml.
|
If you have that in each header, or if you have specific <span>s declaring a different language for a given word/phrase, then, yes, you would need to change each of them to use the correct language code. However, that would be super easy using a find/replace:
find: lang="eng" xml:lang="eng"
replace: lang="en-GB" xml:lang="en-GB"
...and make sure you have All HTML files selected.