如何在 TextBox 上设置拼写检查语言?我试过这个:
<TextBox x:Name="textBox" IsSpellCheckEnabled="True" Language="en-US" xml:lang="en-US" />
但没有运气:(
有了这个,我只能得到丹麦语拼写检查。
(我使用的是丹麦语输入语言)
该应用程序的目标 Windows 8.1。
如何在 TextBox 上设置拼写检查语言?我试过这个:
<TextBox x:Name="textBox" IsSpellCheckEnabled="True" Language="en-US" xml:lang="en-US" />
但没有运气:(
有了这个,我只能得到丹麦语拼写检查。
(我使用的是丹麦语输入语言)
该应用程序的目标 Windows 8.1。
If we want to implement the spell-check function without changing the keyboard input language, we can use this Spell Checking (C#, VB, HTML5/JavaScript) library which can be used for basic spelling checks and providing suggestions in Window Store App irrespective of Store App Language, for the detailed information, please check this sample.