View Single Post
Old 12-31-2011, 06:57 AM   #1
Koko
thinking thing
Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.Koko is faster than slow light.
 
Koko's Avatar
 
Posts: 57
Karma: 29556
Join Date: Jul 2010
Device: xx
Creating dictionary for kindle 4

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>
Koko is offline   Reply With Quote