Creating a .properties File

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

To create a .properties file:

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

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

To remove a .properties file:

  1. Right-click on the properties file in the Explorer and choose Delete from the contextual menu.
  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
Setting Properties Files

Legal Notices