Adding and Removing a Locale

See Also 

The New Locale dialog box provides an extensive list of predefined locales. It also lets you define your own locale by choosing the appropriate language code, country code, and language variant.

To add a locale:

  1. Right-click the properties object node (Properties Object Node) in the Files window and choose Add Locale.
  2. Select a language code, country code, and variant from the combo boxes. You can also select from the list of predefined locales in the bottom of the dialog box.
  3. Click OK to add the locale.

    The IDE creates a.properties file for the selected locale.

To remove a locale:

  1. Expand the resource bundle's object node in the Files window.
  2. Right-click the locale and choose Delete.

    The IDE removes the .properties file for the selected locale.

See also
Editing a Locale
Creating a Resource Bundle
Adding and Removing a Property

Legal Notices