From 9ebd6edb9beddf1a6881b2ca924ed43bf5cedfbe Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 30 十二月 2022 11:24:03 +0800
Subject: [PATCH] 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