internationalize jfileupload

Upload core product.
Post Reply
Bougli
Posts: 9
Joined: Thu Jul 09, 2009 9:01 am

internationalize jfileupload

Post by Bougli »

Hi
I try to customize and translate jfileupload texts.
I've put the resources=i18n parameter.

Now, the applet doesn't launch, and give the error :
"Can't find bundle for base name i18n, locale fr_FR".

Like i saw in previous messages or in the help section, i've done all that :
- verified the filename (i18n.properties)
- verified this file is viewable in the browser at its full url
- let the file as this, to make a first test (then, no error in the file that could cause this)
- put the file in the same dir as jar file, and tried also in the same dir as the html file, same error

Do you have an idea ?
thanks

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: internationalize jfileupload

Post by support »

This error means the applet cannot load i18n.properties. Your checks seem correct. i18n.properties must be available in same folder as HTML/Javascript and NOT under lib/ folder.

Could you try to clean your Java cache ?
Start->Control Panel->Java->First tab->Delete temporary files->Apply.

Post Reply