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

Not Found - for all labels in the editor control

1 Answer 26 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Yap Chin Kiong
Top achievements
Rank 1
Yap Chin Kiong asked on 29 Jan 2009, 09:33 AM
Hi guys,

I am using the asp.net ajax control for rad editor. After copying all the files from global resources and app data, still I am getting the not found for all labels in the editor, even for default 'en-US' settings. Please help.

for example instead of seeing <>html in the toolbar i am seeing <> not found.
This is the same for all the labels. My site is not asp.net ajax enabled. I have done all the settings given in this page:
http://www.telerik.com/help/aspnet-ajax/editor_migrationfromradeditorclassictoradeditorprometheus.html

Thanks
Muthu

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Jan 2009, 05:35 PM
Hi Yap Chin Kiong,

I was able to solve the reported problem by setting the new LocalizationPath property to point to the App_GlobalResources folder (the location of the French and English resx files):

    <telerik:RadEditor runat="server" Language="fr-FR" LocalizationPath="~/App_GlobalResources"
        ID="RadEditor1" >
    </telerik:RadEditor>

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Yap Chin Kiong
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or