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:
- Right-click the properties object node (
)
in the Files window and choose Add Locale.
- 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.
- Click OK to add the locale.
The IDE creates
a.properties file for the selected locale.
To remove a locale:
- Expand the resource bundle's object node in the Files window.
- Right-click the locale and choose Delete.
The IDE removes
the .properties file for the selected locale.
- You
can also delete an
entire resource bundle and
all of the .properties files contained within
it by right-clicking its properties object node (
) and
choosing Delete.
- See also
- Editing a Locale
- Creating a Resource Bundle
- Adding and Removing a Property
Legal Notices