From 191b40f734c6abdf70a7f34930ef0a576f9d3f24 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 08 三月 2022 16:17:52 +0800 Subject: [PATCH] 2022-03-08-1 --- HDL-ON_iOS/AppDelegate.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs index 4dba627..0c0bd64 100644 --- a/HDL-ON_iOS/AppDelegate.cs +++ b/HDL-ON_iOS/AppDelegate.cs @@ -233,6 +233,10 @@ { Language.CurrentLanguage = "Czech"; } + else if (NSLocale.PreferredLanguages[0].Contains("ru-")) + { + Language.CurrentLanguage = "russian"; + } else { Language.CurrentLanguage = "English"; -- Gitblit v1.8.0