Is there a way to set the lang parameter in a file to something (other than the default language for the book) that would cause all words to be accepted?
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:epub="http://www.idpf.org/2007/ops"
xml:lang="nospellcheck">
<head>
<title>The Adventures of Sherlock Holmes</title>
<link rel="stylesheet" type="text/css" href="../epub3_01.css"/>
<link rel="stylesheet" type="text/css" href="../styles/epub_55.css"/>
<link rel="stylesheet" type="text/css" href="../styles/Georgia.css"/>
</head>
<body>
or
Code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:epub="http://www.idpf.org/2007/ops"
xml:lang="any">