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

And as below in Chrome:

I want to change its language. e.g "Browse" to "feuilleter" and "No File Chosen" to "Aucun fichier choisi"
How we can do this.

on Firefox
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.