未验证 提交 9159814a 编写于 作者: Y Youssef Victor 提交者: GitHub

chore: Fix net461 build

上级 6f30522c
......@@ -12,7 +12,10 @@ namespace Windows.Globalization
public static partial class ApplicationLanguages
{
private static string _primaryLanguageOverride = string.Empty;
#if !NET461
private const string PrimaryLanguageOverrideSettingKey = "__Uno.PrimaryLanguageOverride";
#endif
static ApplicationLanguages()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册