// 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