HDL-ON_Android/SplashActivity.cs
@@ -142,6 +142,10 @@ { Language.CurrentLanguage = "Chinese"; } else if(localeList.Language == "es") { Language.CurrentLanguage = "Spanish"; } else { Language.CurrentLanguage = "English"; @@ -199,7 +203,7 @@ { //只触发一次 //Shared.Application.LocationAction = null; new HDL_ON.DAL.Server.HttpServerRequest().GetCityWeatherInfo(lon.ToString(), lat.ToString()); new HDL_ON.DAL.Server.HttpServerRequest().GetCityWeatherInfo(lon.ToString().Replace(",", "."), lat.ToString().Replace(",", ".")); } isfirst = false; ///监听经纬度