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

Localazation Upload Does not work

1 Answer 56 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Farshad heidary
Top achievements
Rank 1
Farshad heidary asked on 26 Feb 2010, 05:25 PM
hi suppurt team.
i use this code for change text of upload but dose nit work
 fileExplorer1.Upload.Localization.Add = "اضافه کردن"
            fileExplorer1.Upload.Localization.Clear = "پاک کردن"
            fileExplorer1.Upload.Localization.Delete = "حذف کردن"
            fileExplorer1.Upload.Localization.Remove = "جا به جا کردن"
            fileExplorer1.Upload.Localization.Select = "انتخاب کردن";

what is problem?

and another question :
how i can change Upload Image button background?

tnx alot

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Mar 2010, 01:37 PM
Hello,

The RadFileExplorer control uses the same localization mechanism as RadEditor (.resx files in the App_GlobalResources folder). If you want to change the localization strings, you need to copy the RadEditor.Dialogs.resx file in the App_GlobalResources folder of your application and edit the strings inside.

I hope the following documentation will shed some light on this.
Using Global Resource Files

-Shinu.
Tags
FileExplorer
Asked by
Farshad heidary
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or