, defaultLocale, file);
}
for (final Iterator it = localeConfig.getSupportedLocale().iterator(); it.hasNext();)
{
final SupportedLocaleType supportedLocale =
(SupportedLocaleType) it.next();
addMessageInfo(
messages,
AppConfigValidationUtil
.validateLocaleType(supportedLocale.getTextContent())
, supportedLocale, file);
}
}