Page 1 of 1

i18n questions

Posted: Fri Sep 12, 2008 2:33 pm
by simplessus-hh
Hello,

how can I put the properties file into different directory than the root-folder. We are integrating jFileUpload into a huge systems with thousands of files and we would not like to put into / .

And second questions is: How can we disable the menu ?

Thanks in advance,
Bjoern

Re: i18n questions

Posted: Sat Sep 13, 2008 12:38 pm
by support
To disable the top menu, comment the following lines in i18n.properties:
menu.file=File
menu.help=Help

i18n.properties should be placed under the same folder as the applet of in a subfolder. You want to have in it a top folder ? Could you try something like:
<PARAM NAME="resources" VALUE="../i18n">