Reputation: 155
I Faced with the problem of checking the spelling: I made a dictionary (http://yadi.sk/d/YIPIfIfEBBTuj), as it says here http://msdn.microsoft.com/ru-ru/library/system.windows.controls.spellcheck.customdictionaries.aspx
I added it to the TextBox:
<SpellCheck.CustomDictionaries>
<System:Uri>pack://application:,,,/Dictionaries/Russian.lex</System:Uri>
</SpellCheck.CustomDictionaries>
But it does not work (from where the characters 'Enter' took in dictionary? => spell check does not work):
How can I fix it?
Upvotes: 1
Views: 1347