CFormInput type="file" localization
btseee opened this issue · 2 comments
btseee commented
I want add translation the "Browse" and "No file selected" text are there any method to do it ?:
<CFormInput type="file" :ref="id" :multiple="multiple" :accept="accept" @change="previewFiles" :readonly="readonly" />
plundermun commented
I don't think this is theme based.
Both texts are provided by the browser and the current user language.
as CFormInput with type of file only renders to :
<input accept="*" class="form-control" type="file">
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions