Local File |
Type the name of the file to display, or click Browse and browse to it. Selecting this item in the Content dialog box enables the following two radio buttons:
- Resolve File Contents - If this file includes string resolvers, then click this check box to have them resolved before the contents of the control displays. If left unselected, the string resolvers display literally.
- Include Localized File - If there are localized versions of this file, then click this check box to include them in this project. Ensure that they are named according to the standard Java Resource Bundle file naming conventions, for example, "fileName1_en.gif (for English), "fileName1_es.gif" (for Spanish), etc., and are all located in the same directory.
- File Encoding - Specify the Java encoding that should be used for converting the bytes in the local file to a Java String at run time. If this property is left blank, then the installer uses the default encoding of the JVM on the target machine.
The encoding that you specify must match the encoding that was used to write the file. If you set Include Localized Files to "True," then each of the localized versions of this file must be saved using the same file encoding.
For example, one of the most common encodings is utf-8. If your file is encoded in utf-8 format, then set this property to UTF8.
The supported encodings depend upon the JVM used to execute the installer on the target machine.
|