i18n questions

Upload core product.
Post Reply
simplessus-hh
Posts: 4
Joined: Fri Sep 12, 2008 2:25 pm

i18n questions

Post 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

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

Re: i18n questions

Post 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">

Post Reply