GlobalizationPreferences 类

定义

用于保存各种用户全球化首选项的静态类。

public ref class GlobalizationPreferences abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GlobalizationPreferences final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class GlobalizationPreferences
Public Class GlobalizationPreferences
继承
Object Platform::Object IInspectable GlobalizationPreferences
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

示例

// Obtain the user's home geographic region.
var region = Windows.System.UserProfile.GlobalizationPreferences.HomeGeographicRegion;

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1709 16299 TrySetHomeGeographicRegion
1709 16299 TrySetLanguages
1803 17134 GetForUser

属性

Calendars

按首选项顺序获取用户首选的日历集。

Clocks

按首选项顺序获取用户首选的时钟集。

Currencies

按首选项顺序获取用户首选的货币集。

HomeGeographicRegion

获取用户的主地理区域。

Languages

按首选项顺序获取用户首选的语言集。

WeekStartsOn

获取被视为一周中第一天的星期几。

方法

GetForUser(User)

检索表示指定用户的全球化首选项的对象。 此 API 是支持多用户应用的一部分, (MUA) 。

TrySetHomeGeographicRegion(String)

尝试在 IoT 设备上设置用户的主地理区域。

注意

此方法仅在 嵌入模式下可用。

TrySetLanguages(IIterable<String>)

尝试在 IoT 设备上设置首选语言。

注意

此方法仅在 嵌入模式下可用。

适用于

另请参阅