The Stardust QueryService provides the following method to retrieve a resource bundle from a specific engine resource bundle module:
ResourceBundle getResourceBundle(String moduleId, String bundleName, Locale locale);
Hereby, parameter moduleId determines the Id that identifies the resource bundle provider. bundleName defines the name of the bundle and locale is the locale to retrieve the resource bundle for.
The method returns the resource bundle object ResourceBundle containing the resources in form of a map and its related locale or null if no resource bundle was found.