From f2daea12e6635b252fbb7f5bd3dcfc41a35d47f1 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 09 十二月 2022 16:31:35 +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