- Right-click the com.BobCo package and select New->Class.
- Enter a classname for the bundle
Make the new class extend java.util.ListResourceBundle

- Add two strings to the resource bundle:
- The name of the extension
- The vendor name
The final bundle will look something like this:

- Add the resource bundle to your extension file.
- Edit your extension file.
- Add the property twg.extension.nlsclassname
and set it equal to the classname for the resource bundle. Remember to
include the package name with the class name.
Note: The values for twg.extension.name and twg.extension.vendor will
now be used as keys rather than the actual string.
The IBM Director Console will use the keys to look for the displayable strings inside
the resource bundle.
The final Extension File should look something like this:

- Redeploy the extension>
Whenever you modify the extension, you need to redeploy the extension on the Director
Server.
- Check the Product Information window.
- Start the IBM Director Console.
- Log in to the IBM Director Server and use the
Help->Product Information menu.
- Verify that the new strings for your vendor name and extension name
are displayed. It will look something like this:
