public static function getInstance() { if (empty(self::$instance)) { self::$instance = new Locale_Logic(); } return self::$instance; }