I18n Key Format Property Editor

The I18n Key Format property editor sets the POSIX regular expression that the Internationalization Test wizard uses to identify all internationalized strings. By default, this setting returns all strings that are parameters of getString (notice that getBundle is committed). For each returned string, the Internationalization Test wizard looks for a matching key and value in the source file's resource bundle.

To open the I18n Key Format property editor, choose Tools and choose Options from the main window, expand the Editing node, and select the Internationalization node. Then click the Expert tab and click the ellipsis (...) button in the I18n Key Format property.

You can use the Internationalization Regular Expression Format combo box to choose from one of the IDE's preset regular expressions or write your own. The Arguments section contains a list of variables that you can use in your regular expression.

See also
Internationalizing Source Code
I18zed String Format Property Editor
I18n Code Format Property Editor
Bundle Code Format Property Editor
Configuring Internationalization Settings
Code Formats for Internationalized Strings
Adding Arguments for Message Formats

Legal Notices