Hello, anybody who has successfully created a custom dictionary for kindle 4? The dictionary I am trying to convert to kindle work fine on my old kindle after using this tutorial:
http://1manfactory.com/create-your-o...uage-for-free/
But on my kindle touch I can't select the dictionary and the language (Norwegian) is not displayed on top, although I have specified the language in the opf:
Code:
<metadata>
<dc-metadata>
<dc:Identifier id="uid">dict</dc:Identifier>
<!-- Title of the document -->
<dc:Title><h2>Norsk-norsk ordbok</h2></dc:Title>
<dc:Language>no</dc:Language>
</dc-metadata>
<x-metadata>
<output encoding="Windows-1252" flatten-dynamic-dir="yes"/>
<DictionaryInLanguage>no</DictionaryInLanguage>
<DictionaryOutLanguage>no</DictionaryOutLanguage>
</x-metadata>
</metadata>