Package freenet.l10n

Examples of freenet.l10n.BaseL10n


    this.core = core;
    this.fcp = fcp;
    stats = node.nodeStats;
    peers = node.peers;
    /* copied from NodeL10n constructor. */
    baseL10n = new BaseL10n("freenet/l10n/", "freenet.l10n.${lang}.properties", new File(".").getPath()+File.separator+"freenet.l10n.${lang}.override.properties", BaseL10n.LANGUAGE.ENGLISH);
  }
View Full Code Here

TOP

Related Classes of freenet.l10n.BaseL10n

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.