}
// Loads the langpack
this.idata.localeISO3 = this.idata.xmlData.getAttribute("langpack", "eng");
InputStream in = getClass().getResourceAsStream("/langpacks/" + this.idata.localeISO3 + ".xml");
this.idata.langpack = new LocaleDatabase(in);
this.idata.setVariable(ScriptParser.ISO3_LANG, this.idata.localeISO3);
// create the resource manager singleton
ResourceManager.create(this.idata);