Customizing button and label text

Top  Previous  Next

The button text and labels may be easily customized to meet your application or locale requirements.  All button text is dynamically obtained from the language.txt file.  This file is located in the same directory as the httpapplet.jar file.  Each line of this file consists of a name value pair.  The left hand value of this name value pair represents the variable used by HTTP File Upload Applet to lookup the right hand value which represents the button or label text displayed.  You may modify the right-hand values to meet your needs.

 

Example

 

btn.remove = Löschung

 

The above example changes the default button text for the "Remove" button from "Remove" to "Löschung".