Configuring Internationalization Settings
- Choose Tools
Options
from the main window. Expand the Editing node and select Internationalization.
You can configure any of the following settings:
Properties tab:
- Advanced Wizard. When this property is set to True, the Modify
additional values panel of the Internationalization wizard is enabled. This
panel lets you generate a variable that reference the resource bundle. You
can then use the variable to access the resource bundle rather than the bundle's
full name.
- Overwrite Resource Value. When this property is set to True, you
can override the values of any existing keys in the resource bundle.
Expert tab:
- Bundle Code Format. The default code format used to initialize
resource bundles.
- I18zed String Format. The regular expression used by the Internationalization
Wizard to identify all strings that should not be internationalized. For example
the Internationalization feature can skip rows with a //NOI18N
comment or all strings in getString and getBundle method
calls.
- I18n Key Format. The regular expression used by the Internationalization
Test Wizard to identify all keys of internationalized strings. The default
regular expression is contructed in such a way that a hard-coded string is
considered an internacionalized string key if it is a parameter of getString
(see that getBundle is ommited). You can configure the regular expression
as you see fit.
- String Code Format. The default code format used to make internationalized
strings.
Legal Notices