wjc
4 天以前 544ea36d8c66cca428c45fe325dc358390f4cf6b
app/src/main/java/com/hdl/photovoltaic/config/UserConfigManage.java
@@ -429,14 +429,7 @@
//        SharedPreUtils.saveMyDataInfo("UserConfigManage.json", json, HDLApp.getInstance());
    }
    /**
     * true表示是中文
     *
     * @return true表示是中文
     */
    public boolean isZh() {
        return currentAppLanguage.equals(Languages.zh);
    }
}