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

[Solved] Is it possible to use RadEditor without having an App_GlobalResources folder at the root of your site?

1 Answer 137 Views
Editor
This is a migrated thread and some comments may be shown as answers.
dlamprey
Top achievements
Rank 2
dlamprey asked on 13 May 2009, 02:53 PM
I would like to keep all of my RadEditor files (excluding the dll) in a single folder in my project. I have a RichText folder that includes the tools file, the dictionary file, and a custom ascx control that houses the editor. However it seems like I still need the App_GlobalResources folder which contains RadSpell.Dialog.designer.vb & RadSpellDialog.resx. Is there anyway to move these files to the RichText folder I have created?

Thank you in advance, the newest ASP.NET AJAX controls are truly stunning!

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 May 2009, 11:44 AM
Hi Dan,

If you do not plan to use non English localization then you can delete the App_GlobalResources folder. Then RadEditor will load its en-US localization for the Telerik.Web.UI.dll.

Another approach is to set the LocalizationPath property and specify a new location for the resx files. See the following example for more information: Localization.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
dlamprey
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or