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

[Solved] Rename browse button caption of the Rad Upload.

1 Answer 139 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Karthick Purushothaman
Top achievements
Rank 1
Karthick Purushothaman asked on 11 Jun 2009, 12:39 PM

Hi,

Can any one tell me how to rename the caption of the browse button from "Select"  to "Upload". Default caption of the browse is "Select". How i can able to change that to "Upload".

Thanks & Regards,
Sushanth Mathew.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Jun 2009, 01:04 PM
Hi Karthik,

Try setting the Localization-Select property to "Upload" in order to change the appearance of the string 'Select' to 'Upload'.

aspx:
 
<telerik:radupload id="RadUpload1" runat="server" enabletheming="True" initialfileinputscount="2"
    <Localization Select="Upload" /> 
</telerik:radupload> 
Go through the link for more information about Localizing RadUpload.

Thanks,
Shinu.
Tags
Upload (Obsolete)
Asked by
Karthick Purushothaman
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or