Beta Draft: 2014-02-04
Use to create the two key files necessary for localization:
A properties file where message keys and their localized values are stored.
Element | Description |
---|---|
Class Name |
Specifies the name of the new Java class that provides the code for localization. |
Messages Bundle Name |
Specifies the name of the file that is used to store message keys and their values for localization. |
Project |
Displays the name of the project selected in the previous step. This field is not editable. |
Package |
Specifies the location of the created Java class. You can select an existing package from the drop-down list or type in the name of a new package. The new package is created along with the class file when it is created. |
Created Class File |
Displays the full path and name of the localization support class name. The name is based on the values entered in the Localization Support Class Name and Package fields. This field is not editable. |
Created Bundle File |
Displays the location of the created bundle file. The file name is based on the values entered in the Messages Bundle Name and Package fields. The filename has the default extension |
Default String Value |
Specifies the default text that displays in the MIDlet when localization is not successfully initialized. |
Error Message |
Specifies a default error message that displays when the localization is not successfully initialized. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |