Hi, I'm using RadControls_for_ASP.NET_AJAX_2008_3_1125.
The radspell control works fine with the english dictionary but when i change the dictionary language to another language, it keeps doing the spell check with the english dictionary, I don't know why. Please someone help me.
The source code is as follows:
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<div>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck = "TextBox1" DictionaryLanguage="de-DE" Skin="Black" SupportedLanguages="de-DE,Dutch" DictionaryPath="~/App_Data/RadSpell/" />
</div>
</form>
i have already checked that the dictionary is in ~/App_Data/RadSpell/ folder.
Thank you.
The radspell control works fine with the english dictionary but when i change the dictionary language to another language, it keeps doing the spell check with the english dictionary, I don't know why. Please someone help me.
The source code is as follows:
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<div>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<telerik:RadSpell ID="RadSpell1" runat="server" ControlToCheck = "TextBox1" DictionaryLanguage="de-DE" Skin="Black" SupportedLanguages="de-DE,Dutch" DictionaryPath="~/App_Data/RadSpell/" />
</div>
</form>
i have already checked that the dictionary is in ~/App_Data/RadSpell/ folder.
Thank you.