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
internationalize jfileuploadRe: internationalize jfileuploadThis 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. |