Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all.

We are developing an application that needs a spell checker in multilanguage beginning. For cases in English, French, Spanish and German applying the RichTextBox works perfect language with xml property: lang = ... But when we apply the concealer with the Catalan language, this does not work. We tried putting the property xml: lang = "ca" which is code that recommends rfc 3066. I understand that .net should take the words of the languages I mentioned before somewhere to check whether it is correctly written. Are any language pack for Catalan must be installed? Are not .net support for this language?

Thanks and regards.
Posted
Updated 18-Jan-15 23:15pm
v2

1 solution

As per http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx[^]:

"In .NET Framework 4, WPF provides dictionaries for English, French, German, and Spanish. To add a custom dictionary, add the location of the lexicon file to the CustomDictionaries collection."

For More have a look on:
http://stackoverflow.com/questions/19519804/wpf-spell-check-languages[^]

How to add custom dictionary:
http://blogs.msdn.com/b/text/archive/2009/10/02/custom-dictionaries.aspx[^]
http://www.dotnetfunda.com/articles/show/842/spellchecker-in-wpf[^]
http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck.customdictionaries(v=vs.110).aspx[^]

Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900