GlobalizationPreferencesForUser Class

Definition

A class for holding the various globalization preferences of a user. This API is part of support for multi-user apps (MUA).

public ref class GlobalizationPreferencesForUser sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GlobalizationPreferencesForUser final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GlobalizationPreferencesForUser
Public NotInheritable Class GlobalizationPreferencesForUser
Inheritance
Object Platform::Object IInspectable GlobalizationPreferencesForUser
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Properties

Calendars

Gets the set of calendars that are preferred by the represented user, in order of preference.

Clocks

Gets the set of clocks that are preferred by the represented user, in order of preference.

Currencies

Gets the set of currencies that are preferred by the represented user, in order of preference.

HomeGeographicRegion

Gets the represented user's home geographic region.

Languages

Gets the set of languages that are preferred by the represented user, in order of preference.

User

Gets the user represented by this class instance.

WeekStartsOn

Gets the day of the week that is considered by the represented user to be the first day of the week.

Applies to