Click or drag to resize
ICustomDictionarySource Properties

The ICustomDictionarySource type exposes the following members.

Properties
  Name Description
Public property CustomAppendix
A custom appendix string that can be used to distinguish different custom dictionaries. It is passed the CustomAppendix of the KaxSpell object. This way one can create different dictionaries for John and Mary.
Public property DictionaryPath
The directory that contains the custom dictionary file. Necessary only for file based storage -- it is set to the physical directory corresponding to KaxSpell's DictPath property setting.
Public property Language
The language for the custom dictionary. It is usually a culture name like en-US or de-DE.
Top
See Also