From 8fcc3bd198606e0400eca5383572fb97ecdada85 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 10 一月 2023 15:51:37 +0800
Subject: [PATCH] 备份

---
 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