Input type=File File Upload Language

2.5k Views Asked by At

I am using file browse control to upload file to server. HTML as below:

<input id="fileUpload"  type="file" class="" multiple="" required="" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />

It renders as follow in IE

enter image description here

And as below in Chrome: enter image description here

I want to change its language. e.g "Browse" to "feuilleter" and "No File Chosen" to "Aucun fichier choisi"

How we can do this.

2

There are 2 best solutions below

0
On

According to your browser language it will be updated , if you want to change it still ,you need to design your own layout using css.

0
On

If I understand, you want your browser to change its language to be in french. Mine is in french and <input id="fileUpload" type="file" class="" multiple="" required="" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />

gives me on Chrome enter image description here

And enter image description here on Firefox

Your problem is that your browsers are in english