namespace PCL.Core.App.Localization; /// /// 表示一个受支持的 UI 语言。 /// /// 语言配置值。 /// 语言的本地名称。 /// 用于 的区域性名称。 /// 语言对应的 UI 字体策略。 /// public sealed record LocalizationLanguage( string Code, string NativeName, string CultureName, LocalizationFontProfile FontProfile);