I am also struggling with localizing the FileUpload control -- the browser button needs to be localized. I know Microsoft must provide support for this, but it isn't working for me even when the browser language is changed to something like Spanish or French.
All of the other text of the page except the Browse button of the FileUpload control is correctly localized, and I don't understand why this is not working correctly.
it is simple just make an upload control and make it as style="display:none" and add a textbox and a button looks like upload control and add localization to that textbox and button and onclick of the button will fire the event of clicking upload
then ur problem solved
Mohammed Yasser Arafath
Application Developer,Sharjah Municipality, UAE
Please remember to mark as answers if this helps
Just a doubt on your answer. So if the OS is in English, then is there any way I can see the Browse button in german or french ( rest of my application is in that language, but for browse button) ??
I tried adding another language to the Language setting in IE. But even that didnt help.
rpdyer
Member
2 Points
1 Post
Re: Localizing FileUpload control
Oct 07, 2008 11:27 PM|LINK
I am also struggling with localizing the FileUpload control -- the browser button needs to be localized. I know Microsoft must provide support for this, but it isn't working for me even when the browser language is changed to something like Spanish or French. All of the other text of the page except the Browse button of the FileUpload control is correctly localized, and I don't understand why this is not working correctly.
shayas
Participant
1798 Points
403 Posts
Re: Localizing FileUpload control
Jun 29, 2009 10:42 AM|LINK
it is simple just make an upload control and make it as style="display:none" and add a textbox and a button looks like upload control and add localization to that textbox and button and onclick of the button will fire the event of clicking upload
then ur problem solved
Application Developer,Sharjah Municipality, UAE
Please remember to mark as answers if this helps
divyapkar
Member
2 Points
1 Post
Re: Localizing FileUpload control
Jul 01, 2011 08:51 AM|LINK
Hi,
Just a doubt on your answer. So if the OS is in English, then is there any way I can see the Browse button in german or french ( rest of my application is in that language, but for browse button) ??
I tried adding another language to the Language setting in IE. But even that didnt help.
Please Advice.