This question is locked. New answers and comments are not allowed.
Hi,
This forum post http://www.telerik.com/forums/147971-radspell-dictionaries states that spell contains dictionnary for french by default. I however cannot find a code snippet to force the spellchecking of a radrichtextbox language to french (I don't want it to change depending on the computer locale).
I tried that :
but that doesn't seem to work.
Could you please provide me with a snippet ?
Thanks,
This forum post http://www.telerik.com/forums/147971-radspell-dictionaries states that spell contains dictionnary for french by default. I however cannot find a code snippet to force the spellchecking of a radrichtextbox language to french (I don't want it to change depending on the computer locale).
I tried that :
richTextBox.SpellChecker.SpellCheckingCulture = new CultureInfo("fr-FR");
but that doesn't seem to work.
Could you please provide me with a snippet ?
Thanks,