1 out of 4 rated this helpful - Rate this topic

GlobalizationPreferences.Languages | languages property

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

Syntax


var languages = Windows.System.UserProfile.GlobalizationPreferences.languages;

Property value

Type: IVectorView<String> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<String> [.NET]

One or more language identifiers for the user's preferred languages.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.System.UserProfile
Windows::System::UserProfile [C++]

Metadata

Windows.winmd

See also

GlobalizationPreferences

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.