This question is locked. New answers and comments are not allowed.
Hi guys,
I am using the following code the change the spellchecker language :
resource variable is a Stream object streamed from the server.
But all the suggestions are english words not italians.
Am I missing something here ?
I am using the following code the change the spellchecker language :
dictionary = new RadDictionary(); dictionary.Load(resource); ((DocumentSpellChecker)this.richTextArea.SpellChecker).AddDictionary(dictionary, new CultureInfo("it-IT"));resource variable is a Stream object streamed from the server.
But all the suggestions are english words not italians.
Am I missing something here ?