How can I make the "browse" button display in another language?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|
|
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. |
|||||||
|