I'm attempting to use Telerik Spell Checking for the first time for a textbox, but I keep getting the "Spell Check handler Server Error:500" "No dictionary loaded. Set the Dictionary Path property from the spell checker settings or copy the dictionaries to....."
How do i accomplish this??
<td align="left">
<telerik:RadTextBox
ID="RadTextBoxDescInj" runat="server" Width="200" Height="100" TextMode="MultiLine" >
</telerik:RadTextBox>
</td>
<td>
<telerik:RadSpell ID="RadSpell1" runat="server" ButtonType="LinkButton" ControlToCheck="RadTextBoxDescInj" DictionaryLanguage="English" SpellCheckProvider="PhoneticProvider" />
</td>