Hey,
I'm having trouble loading a dictionary .lex file. I'm not sure what the problems is. I've got a resource file called dictionary.resx with waterdictionary.lex added to. The lex file is in my Resources folder. The build action on both files is resource.
My Wpf code is
<SpellCheck.IsEnabled>true</SpellCheck.IsEnabled><SpellCheck.CustomDictionaries><sys:Uri>Pack://application,,,/Water SV1;component/Resources/waterdictionary.lex</sys:Uri> </SpellCheck.CustomDictionaries>