views:

117

answers:

2

How can I change the spellchecking language of a WPF textbox to french using XAML? I tried this but it doesn't work.

<TextBox AcceptsReturn="true" SpellCheck.IsEnabled="true" FontSize="12" BorderBrush="Blue" Height="100" Language="fr-fr" />

French is supposed to be one of the 4 supported languages for spellchecking in WPF so I don't understand why it doesn't work. I also tried fr-CA but it still won't work.

A: 

You need resource file of .Net Framework for the language you want to activate…

viky
A: 

i tried EN-US and it is work!!...........

Mike