SpellCheckerOpenOfficeDictionaryExtension Class
An extension instance implementing the SpellCheckerOpenOfficeDictionary functionality in XAML.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Remarks
Use the SpellCheckerOpenOfficeDictionaryExtension instance to add a custom dictionary in XAML using the DXSpellChecker or RichEditSpellChecker behavior.
The SpellCheckerOpenOfficeDictionaryExtension instance requires the base file (the SpellCheckerOpenOfficeDictionaryExtension.DictionaryUri property) and an affix file (the SpellCheckerOpenOfficeDictionaryExtension.GrammarUri property).
The dictionaries and affix files used are part of the OpenOffice.org project. They are available for download at Dictionaries page.
Note
We bear no responsibility for the content and availability of dictionaries and affix files, since they are part of an open source project OpenOffice.org.
Example
<dxspch:SpellCheckerOpenOfficeDictionaryExtension AlphabetUri="Dictionaries/Alphabet.txt"
DictionaryUri="pack://siteoforigin:,,,/Dictionaries/ru_RU.dic"
GrammarUri="pack://siteoforigin:,,,/Dictionaries/ru_RU.aff"
Culture="ru-RU"/>