From 271c46f52e74845dac76fa5ece4eb8b94d9168f4 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 08 四月 2022 10:12:31 +0800 Subject: [PATCH] 金茂温控器 --- HDL-ON_iOS/AppDelegate.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs index 0c0bd64..52a4be6 100644 --- a/HDL-ON_iOS/AppDelegate.cs +++ b/HDL-ON_iOS/AppDelegate.cs @@ -233,10 +233,10 @@ { Language.CurrentLanguage = "Czech"; } - else if (NSLocale.PreferredLanguages[0].Contains("ru-")) - { - Language.CurrentLanguage = "russian"; - } + //else if (NSLocale.PreferredLanguages[0].Contains("ru-")) + //{ + // Language.CurrentLanguage = "russian"; + //} else { Language.CurrentLanguage = "English"; -- Gitblit v1.8.0