We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Translate Upload text from UploadBox webcontrol

Hi,

How can I translate the "Upload" text of the Upload Button from the "Uploadbox" webcontrol ?

Thanks a lot,

Chris


1 Reply

MW Melba Winshia Syncfusion Team May 26, 2008 12:46 PM UTC


Hi Chris,

Thank you for your interest in Syncfusion Products.

You can change the text of the Upload Button from the "Uploadbox" control by using the below javascript code:



[javascript]

function test()
{
var uploadbox=document.getElementById('sbtn_UploadBox1');
uploadbox.value="Modified text";
}



Please refer the sample in the below link which illustrates the above:

http://www.syncfusion.com/support/user/uploads/Tools_Asp_UploadText_23769e15.zip

Please try this and let me know if this helps.

Thanks,
Melba


Loader.
Live Chat Icon For mobile
Up arrow icon