Base info current attribute
attribute | default | type |
---|---|---|
language | en | string |
This attribute corresponds to the current language of the plugin. Plugin support next languages:
- en - English
- uk - Ukrainian
- ru - Russian
Note: If you want create custom translations you need read more about next attribute:
$('your_selector').mrUploadFileButton({
'language': 'uk' // Set Ukrainian language
});
Or use html data-attributes
<input type="file"
id="demo1"
data-mr-upload-file-button="true"
data-language="uk"
multiple />
mr-upload-file-button is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.