From 88b0bfe8a27e15717395e643db5814f34e3fc22f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 09 十二月 2022 16:30:48 +0800
Subject: [PATCH] 1.1

---
 ON/Application.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ON/Application.cs b/ON/Application.cs
index d043589..d0228a7 100644
--- a/ON/Application.cs
+++ b/ON/Application.cs
@@ -63,6 +63,7 @@
             base.OnCreate ();
 
             initAll ();
+            
 
             Language.CurrentLanguage = "Chinese";
             Locale locale1 = Locale.Default;
@@ -70,6 +71,8 @@
             Console.WriteLine ("褰撳墠璇█锛�" + localeList.Language);
             if (localeList.Language == "zh") {
                 Language.CurrentLanguage = "Chinese";
+
+
             } else {
                 Language.CurrentLanguage = "English";
             }

--
Gitblit v1.8.0