Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

html upload: localize browse button

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

like image 678
flybywire Avatar asked Sep 22 '09 15:09

flybywire


2 Answers

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.

like image 137
Greg Avatar answered Sep 19 '22 20:09

Greg


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.

like image 37
SilentGhost Avatar answered Sep 20 '22 20:09

SilentGhost