* @param loc
*/
public Site(Locale loc, String repositorySoftKey) {
this.repositorySoftKey = repositorySoftKey;
Translator trans = Util.createPackageTranslator(Site.class, loc);
origNavElem = new DefaultNavElement(trans.translate("site.title"), trans.translate("site.title.alt"), "site_demo_icon");
curNavElem = new DefaultNavElement(origNavElem);
}