From 82b67388873fdd2213b00fa212b9e46c0d40e3cf Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 04 九月 2023 13:35:18 +0800 Subject: [PATCH] 备份2 --- OnPro/HDL-ON_iOS/AppDelegate.cs | 20 ++------------------ 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/OnPro/HDL-ON_iOS/AppDelegate.cs b/OnPro/HDL-ON_iOS/AppDelegate.cs index b7a54c1..34cae89 100644 --- a/OnPro/HDL-ON_iOS/AppDelegate.cs +++ b/OnPro/HDL-ON_iOS/AppDelegate.cs @@ -262,22 +262,6 @@ { Language.CurrentLanguage = "Chinese"; } - else if (NSLocale.PreferredLanguages[0].Contains("cs-")) - { - Language.CurrentLanguage = "Czech"; - } - else if (NSLocale.PreferredLanguages[0].Contains("ru-")) - { - Language.CurrentLanguage = "russian"; - } - else if (NSLocale.PreferredLanguages[0].Contains("bul")) - { - Language.CurrentLanguage = "斜褗谢谐邪褉褋泻懈"; - } - else if (NSLocale.PreferredLanguages[0].Contains("es-")) - { - Language.CurrentLanguage = "Spanish"; - } else { Language.CurrentLanguage = "English"; @@ -318,9 +302,9 @@ Console.WriteLine("111111111111"); SetCurrentLanguage(); //Shared.Application.FontSize = 12; - //Bugly.Bugly.StartWithAppId("1dc40c170a"); + Bugly.Bugly.StartWithAppId("1dc40c170a"); //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡 - Shared.Application.IsEditTextContentTypePassword = false; + //Shared.Application.IsEditTextContentTypePassword = false; //榛樿浣跨敤鑻规柟瀛椾綋 Shared.Application.IsUsePingFang = true; //淇濇寔灞忓箷甯镐寒鎴栬�呰嚜鍔ㄩ攣灞� -- Gitblit v1.8.0