Community
Participate
Working Groups
The RWT.NLS class has two methods which expect both two arguments. The first argument is called bundle name. But the i18n doesn't work when you pass the bundle name. You have to pass the package name ending with the name of the .properties file of your strings. I think the parameters and the description of the parameters should be renamed to avoid miss interpretation.
Bundle means resource bundle - see http://download.oracle.com/javase/1.4.2/docs/api/java/util/ResourceBundle.html. I think that this is the correct naming.
The original NLS class also uses this variable name. How about changing the Javadoc for this variable to use the term "resource bundle"?
(In reply to comment #2) > How about changing the Javadoc for this variable to use the term "resource bundle"? Fixed as suggested - using the term "resource bundle" in the JavaDoc.