I am using bootstrap and following this doc:
<div class="custom-file">
<input type="file" class="custom-file-input" id="customFileLang" lang="es">
<label class="custom-file-label" for="customFileLang">Seleccionar Archivo</label>
</div>
$custom-file-text: (
en: "Browse",
es: "Elegir"
);
The input text isnt being translated even with lang="es"
attribute added.
Here there is a codepen, what am I missing?
$custom-file-text
when you import bootstrap? – Mezcaline