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

change text

1 Answer 45 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 10 Aug 2009, 05:48 PM
hi all,

how to change the button text of radupload?

thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Aug 2009, 06:01 AM
Hello Benjamin,

The Localization property specifies the strings that appear in the runtime user interface of RadUpload. By changing the values of each named sub-property, you can change the appearance of the string the upload uses.

 
<telerik:radupload id="RadUpload1" runat="server">  
    <Localization Select="Browse" />  
</telerik:radupload>  

Refer the following link to know more about localization support for RadUpload.
Localizing RadUpload

-Shinu.
Tags
Upload (Obsolete)
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or