1
我檢查拼寫的所面臨的問題:我做了一本字典(http://yadi.sk/d/YIPIfIfEBBTuj),因爲它說,在這裏http://msdn.microsoft.com/ru-ru/library/system.windows.controls.spellcheck.customdictionaries.aspx添加自定義詞典拼寫檢查類
我把它添加到文本框:
<SpellCheck.CustomDictionaries>
<System:Uri>pack://application:,,,/Dictionaries/Russian.lex</System:Uri>
</SpellCheck.CustomDictionaries>
但它不工作(?從哪裏人物「回車」在字典中了=>拼寫檢查不工作):
我該如何解決?
而字典應該用UTF-16編碼。 – Ateist