vote up 3 vote down star

Has anyone found a workaround yet for getting custom dictionary support working for the built in spellchecking on WPF TextBoxes/RichTextBoxes? We've been probing the spelling stuff with reflector hoping to find where the dictionary entries are coming from, but it's looking very much like it's going to be a COM object....

I know it's not currently supported and that Microsoft were looking into supporting it in a future release, but that was quite a while ago and I can't seem to find any recent news about it.

Clutching at staws, I've posted a suggestion up on Connect:

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=470233

flag

3 Answers

vote up 0 vote down check

Just FYI. Custom dictionaries will be in WPF 4.0. Refer to tweet http://twitter.com/kevingj/status/2954272004 from Kevin Gjerstad the Group Program Manager for WPF at Microsoft.

Cheers S.

link|flag
vote up 1 vote down

Unfortunately this is impossible. http://www.dev102.com/2008/03/25/customize-spellcheck-on-wpf-text-controls/

The dictionaries are a direct copy of those used in Office 2007.

link|flag
Thanks for the link - I had read that page before, but what I was really looking for were any accounts of people breaking into the control with reflection or similar work arounds or failing that, any news on it being supported in the future. I agree it doesn't look possible at the moment though which is why I've put a request on Connect - hopefully Microsoft will add it eventually... – Tom Allen Jul 13 at 13:49
vote up 0 vote down

I too was looking for other spelling dictionaries..

See my question here: http://stackoverflow.com/questions/209026/does-wpfs-textbox-support-spell-check-dictionaries-for-the-netherlands

It seems they only support 4 languages.. :(

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.