JavaPowUpload allows to translate most messages and labels to your laguage. Where are few methods to do this:
1. Inside <APPLET>...</APPLET> tag using following HTML code: <param name="Upload.ProgressArea.DownloadButton.Label" value="Upload" />
2. or using JavaScript code like:
JavaPowUpload = document.getElementById("JavaPowUpload");
JavaPowUpload.setParam("Upload.ProgressArea.DownloadButton.Label","Upload");
Please keep in mind that if JavaScript not enabled at users browser then second method willn't work.
3. Using external XML file with translated parameters. Folder Localization includes .xml files which contain translated messages.
Copy needed file to application root and add parameter inside <APPLET>...</APPLET> tag : <param name="Common.InternationalFile" value="Russian_v1.0_05.22.2008.xml" />
Custom .xml files should be saved at UTF-8 encoding!
Tool below provides interface to translate messages and labels to your language and generates code that can be used by 1st or 3rd methods. We will be happy if you will send us your translated external XML file which we can include to nearest release. You can send ready code with translated messages to this email
You can see translated messages real time at the applet. But not all messages supports realtime translation!!!
You can download latest release of Java runtime here
Generate code for:
external XML file (#Method3)
inside html page (#Method1)
Include all parameters
Code :
We will be happy if you will send us your translated external XML file which we can include to nearest release. You can send ready code with translated messages to this email
Editing translated messages
You can restore translated messages code from XML file (#Method3) or code made by #Method1 to the table. Add code to text area at the bottom , select method 3 or method 1 and press "Restore to table" button below.