Re: Netspell - Slovenian lang.

  •  01-12-2009, 2:15 PM

    Re: Netspell - Slovenian lang.

    // check if a dictionary exists for the culture, if so load it
                 string cultureDictionary = String.Concat (culture, ".dic");
                 if (File.Exists (folderName +""""+ cultureDictionary))
                 {    
                    this.WordDictionary.DictionaryFile = "sl-SI.dic";
                 }
                 else
                 {
                     this.WordDictionary.DictionaryFile = "en-US.dic";
                 }
     
    In this case is no error, but only english spellchecker ?!
     
    Regards,
    Igor
View Complete Thread