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

How to Rename ''Upload'' in contextual menu

3 Answers 42 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 10 Aug 2016, 10:09 AM

Hi I am trying to rename the Upload item in the contextual menu. But i cant find anywhere how to do this.

 

Any help would be appreciated.

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 11 Aug 2016, 12:27 PM
Hi Paul,

You can set the Upload context menu option of FileExplroer through the Localization property of FileExplorer like explained here:

For example:​
protected void Page_Load(object sender, EventArgs e)
{
    RadFileExplorer1.Localization.SetString("Upload", "NewUploadValue");
}

Please note that the same localization string is used for the Toolbar, grid context menu and treeview context menu, so all of these values will be changed.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Paul
Top achievements
Rank 1
answered on 15 Aug 2016, 08:09 AM

Thank you very much Vessy That worked perfectly.

 

 

0
Vessy
Telerik team
answered on 15 Aug 2016, 10:10 AM
Hi,

You are welcome, Paul - I am glad the suggested solution is working for you.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
FileExplorer
Asked by
Paul
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Paul
Top achievements
Rank 1
Share this question
or