wxr
2022-12-12 e1c35ade69cb253e8780dbedb4d244530fc88725
SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs
@@ -13,12 +13,13 @@
        string txtLinkNotExist = "连接信息错误。";
        public SystemRemote ()
        {
            txtCheckInternet = "Please check your network connection.";
            txtLinkSeverLoser = "Remote connection failed to communicate with the server.";
            txtRemoteDevicesHaveNoReply = "One port is not responding.";
            txtPwdError = "Password error";
            txtLinkNotExist = "Connection information error.";
            if (Language.CurrentLanguage != "Chinese") {
                txtCheckInternet = "Please check your network connection.";
                txtLinkSeverLoser = "Remote connection failed to communicate with the server.";
                txtRemoteDevicesHaveNoReply = "One port is not responding.";
                txtPwdError = "Password error";
                txtLinkNotExist = "Connection information error.";
            }
        }
        /// <summary>