locked
Customizing spell check/auto correct/predictive input dictionaries RRS feed

  • Question

  • I'm a developer who wants to leverage the built in Spell Check/Auto Correct/Predictive Input features built in to (specifically) the RichEditBox text editor. In my app, I'm planning on allowing the user to create things that they might want to include in their Spell Check etc dictionaries without having to modify the regular user one.

    I couldn't find a solution to this via a regular search engine search (no names mentioned), and I was wondering if this was a possibility or maybe a planned future functionality?

    Sunday, February 8, 2015 7:00 AM

All replies

  • Hi,

    You can use the underlying Spell Checking API

    The Spell Checking API permits developers to consume spell checker capability to check text, get suggestions, and maintain settings and user dictionaries.

    See these sample to get more information:

    Spell checking client sample
    Spell checking provider sample

    Best Wishes!


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

    Monday, February 9, 2015 7:06 AM