390391392393394395396397398399400
if (!bundleLoaded) { bundleLoaded = true; if (locale != null) { ApplicationContext applicationContext = Request.getCurrent().getApplicationContext(); if (applicationContext != null) { bundle = applicationContext.resolveBundle(locale); } } } //