From e1c35ade69cb253e8780dbedb4d244530fc88725 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 12 十二月 2022 09:59:55 +0800 Subject: [PATCH] 组名搜索 --- SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs b/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs index a601069..1f3c50f 100644 --- a/SmartHome/UI/SimpleControl/Phone/System/SystemRemote.cs +++ b/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> -- Gitblit v1.8.0