innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

Translate to different languages #34

Closed tornako closed 5 years ago

tornako commented 5 years ago

Where do I put the "Captions" code to have the translation in different languages?

Thank you so much

innostudio commented 5 years ago

@tornako like this:


$('input[name="files"]').fileuploader({
    captions: {}
});```
tornako commented 5 years ago

Thank you, but for a multilanguage? How I put different languages in the same captions? Ex. Catalan, Spanish and English.

Thanks!!