What are the exact languages supported by the WPF in-built spell checking?

爷,独闯天下 提交于 2019-12-23 00:28:16

问题


I understand only 4 languages are supported within WPF in-built spelling, English, German, French and Spanish are available. But is only en-US supported, how about en-GB?

Documentation on this topic in MSDN docs. seems sparse at best. Where can I locate exact details on the languages supported?

The reason I ask this is that I would like to add settings within my WPF app where you can select the language for the spell check or have an option for disabling the in-built feature. Within these options I would like to list the exact languages that are supported, whether it is en-US or en-GB etc.


回答1:


Only English, French, German and Spanish for now. You need to install the latter three with the .Net Language pack. You can also add some limited custom jargon to those languages (see this blog), but there is no way to add an entire dictionary.



来源:https://stackoverflow.com/questions/1749505/what-are-the-exact-languages-supported-by-the-wpf-in-built-spell-checking

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