/**
  * Returns the resouce bundle to be used when looking up literals.
  *
  * <p>Subclasses should override this to return the correct bundle for their module.
  *
  * @return
  */
 protected ResourceBundle getLiterals(Locale locale) {
   return ResourceUtils.getLiterals(locale);
 }