Answered by:
fileupload

Question
-
Hi, I am using a fileupload but I want to change fileupload text. Actually, I want to convert Turkish to English. Now, my fileupload text "Dosya seç". I want to convert "Choose File". How to overcome this problem.
Could you please help me?
- Edited by Yesim_Baysal Wednesday, August 19, 2015 12:28 PM
- Moved by Kristin Xie Wednesday, August 26, 2015 5:32 AM
Wednesday, August 19, 2015 12:27 PM
Answers
-
Fileupload sounds like a web app. Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).
- Proposed as answer by Kristin Xie Wednesday, August 26, 2015 5:33 AM
- Marked as answer by Just Karl Friday, August 28, 2015 5:15 PM
Wednesday, August 19, 2015 1:45 PM -
If you are working on an Asp.NET project, please post your questions on http://forums.asp.net
If you are working on winform etc., can you please show us your code so we can make a suggestion?
Thanks.
- Proposed as answer by Kristin Xie Wednesday, August 26, 2015 5:33 AM
- Marked as answer by Just Karl Friday, August 28, 2015 5:15 PM
Wednesday, August 19, 2015 2:00 PM
All replies
-
You can change the title, if you wanna change the title like this :
openFileDialog1.Title = "Choose File"; DialogResult result = openFileDialog1.ShowDialog();
// Kolay gelsin
Wednesday, August 19, 2015 12:46 PM -
Thanks for your answer.
Could you please explain clearly. I dont understand your answer.
Wednesday, August 19, 2015 12:59 PM -
Fileupload sounds like a web app. Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).
- Proposed as answer by Kristin Xie Wednesday, August 26, 2015 5:33 AM
- Marked as answer by Just Karl Friday, August 28, 2015 5:15 PM
Wednesday, August 19, 2015 1:45 PM -
If you are working on an Asp.NET project, please post your questions on http://forums.asp.net
If you are working on winform etc., can you please show us your code so we can make a suggestion?
Thanks.
- Proposed as answer by Kristin Xie Wednesday, August 26, 2015 5:33 AM
- Marked as answer by Just Karl Friday, August 28, 2015 5:15 PM
Wednesday, August 19, 2015 2:00 PM