Creating a Properties File

See Also 

When you use the New wizard to create a new properties file, the IDE creates one file for the default locale. You can then add specific properties and additional locales.

To create a properties file:

  1. In the Filesystems window, select the package in which you want to create the resource bundle.
  2. Choose File and choose New to open the New wizard.
  3. Expand the Other node, select Properties File, and click Next.
  4. In the Name field, type the file name. Then click Finish.

    A properties file is created with a .properties suffix. The Filesystems window displays a properties object node (Properties Object Node) for the resource bundle with one locale subnode (Properties Locale Node) for the default locale.

To remove a properties file:

  1. Right-click the properties file in the Filesystems window and choose Delete.
  2. Click Yes in the verification dialog box to remove the file.
See also
Adding a Property
Removing a Property
Modifying a Properties File
Adding and Removing a Locale
Editing Resource Bundles

Legal Notices