Topic: Dynamic localization
I have a site where the languange can change dynamicaly.
I've tried to call plupload.addI18n({....}) to change the language before showing the plupload widget, but I can't get it to work. The localization only works when using the i18n's .js files after loading the plupload js (because the js is all concatenated into a single js file for production, I can't select the correct i18n js file to load beforehand)