How does WPF store the language dictionaries?

偶尔善良 提交于 2019-12-23 16:28:14

问题


According to https://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx

There are 4 languages supported. How does it store the dictionaries? Is it a (signed) resource file? An access database?

Mostly, I need to get access to the list of the words in the dictionary, so programmatic access to that word list would be great, but I'm also curious about the implementation.

I have traced it down to the SpellerInterop, but then if I understand my COM (And I'm not trying to say I do, it calls to a DLL with a guid (d385fdad-d394-4812-9cec-c6575c0b2b38). I don't know how to dig into that guid. Can anyone help?

来源:https://stackoverflow.com/questions/33615152/how-does-wpf-store-the-language-dictionaries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!