Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jun 14, 2011 #2 It seems that the swf is not supporting UTF-8 I'm looking at this. At the moment you can workaround this by opening content/languages/ru/chevereto_lang.php and edit this: Code: $lang['button_selec_files'] = 'Выберите файлы'; Into something that is not UTF-8 like: Code: $lang['button_selec_files'] = 'Browse'; I'm working on the source FLA right know, this affects any character based lang. Regards.
It seems that the swf is not supporting UTF-8 I'm looking at this. At the moment you can workaround this by opening content/languages/ru/chevereto_lang.php and edit this: Code: $lang['button_selec_files'] = 'Выберите файлы'; Into something that is not UTF-8 like: Code: $lang['button_selec_files'] = 'Browse'; I'm working on the source FLA right know, this affects any character based lang. Regards.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jun 14, 2011 #3 Hi Gatses, I have worked out this issue. You can check it working on the demo. http://demo.chevereto.com if your browser is in Russian you will see the "select files" in russian. The quick way to fix this is to download this file http://demo.chevereto.com/content/system/js/uploadify.swf and place it on content/system/js/uploadify.swf on your script setup. Also, you can re-download the script from the main page and manually update the file from the new zip release that I have just uploaded now. Hope it helps.
Hi Gatses, I have worked out this issue. You can check it working on the demo. http://demo.chevereto.com if your browser is in Russian you will see the "select files" in russian. The quick way to fix this is to download this file http://demo.chevereto.com/content/system/js/uploadify.swf and place it on content/system/js/uploadify.swf on your script setup. Also, you can re-download the script from the main page and manually update the file from the new zip release that I have just uploaded now. Hope it helps.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jun 14, 2011 #5 Gatses said: Thank you very much. Now everything works! Click to expand... Glad to help you 😉