This is a migrated thread and some comments may be shown as answers.

Compatibility en-US.tdf between versions

1 Answer 40 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 18 Mar 2011, 06:42 PM
I would like to centralize all the RadEditor's dictionary at one location instead of off /App_Data in each webapp. 
Each app might have slightly different versions of RadEditor (depends on which hotfix is used).

I'd think this en-US.tdf should be highly compatible but let me know if there is anything to watch out for.
I also assume the custom dictionary will be shared amongst the webapps so as long as the format does not change it should be OK.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 Mar 2011, 01:38 PM
Hi Lenny_shp,

You can use the DictionaryPath property to specify an external / virtual folder for the dictionaries, e.g.

<telerik:RadEditor ID="RadEditor1" runat="server">
       <SpellCheckSettings DictionaryPath="~/VirtualFolder" />
   </telerik:RadEditor>

You can set this property in the different editors shared across your different sites and applications.

Kind regards,
Rumen
the Telerik team
Tags
Editor
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or