Heycan you confirm below properties are exist or notsling:resourceSuperType="foundation/components/parbase"componentGroup="Name of your Component Group"jcr:title = "Title"
Heyyou can give a try in another way like final Locale pageLocale = getCurrentPage().getLanguage(false);final ResourceBundle resourceBundle = getRequest().getResourceBundle(pageLocale);final I18n i18n = new I18n(resourceBundle);