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