Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I make the "browse" button display in another language?

share|improve this question

2 Answers

up vote 7 down vote accepted

The short answer is, you can't - it's controlled by the browser.

The long answer is you could override it using some CSS hacks.

share|improve this answer

Browse button is a part of upload widget, and generally conforms to user's browser language settings. You could replace it altogether with some js/ajax-y thingy, but I don't see the point.

share|improve this answer
i.e. to change the button, change your system language settings. – Quentin Sep 22 '09 at 15:22
3  
uhm, I think flybywire looks at it from the website point of view. – SilentGhost Sep 22 '09 at 15:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.