I\'m trying to enable spell checking on a RichTextBox in a small WPF application. Most of the documents for the application are in danish. I would prefer to use natively WPF
I've looked around and I think that they still only support 4 languages for spell check.
here is a similar post: Does WPF's TextBox support spell-check dictionaries for the Netherlands?
EDIT: here is a quote from one link:
Spelling support in WPF is limited to four languages: English, Spanish, French, and German. Custom dictionaries are designed to augment the default dictionaries for these languages and not to extend spelling support to other languages.
Source: http://blogs.msdn.com/b/text/archive/2009/10/02/custom-dictionaries.aspx