0

I have a HTML form with Bootstrap 4 that uploads a file:

<div class="custom-file">
  <input type="file" class="custom-file-input" id="customFileLang" lang="it">
  <label class="custom-file-label" for="customFileLang">Seleziona un file</label>
</div>

How can I change the "browse" label with "seleziona"?

Thanks

Tommy
  • 2,355
  • 1
  • 19
  • 48
  • Check [this](https://stackoverflow.com/questions/43250263/bootstrap-4-file-input) out. – gunsodo Aug 20 '20 at 05:54
  • Does this answer your question? [Bootstrap 4 File Input](https://stackoverflow.com/questions/43250263/bootstrap-4-file-input) – gunsodo Aug 20 '20 at 05:54

0 Answers0