Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GlobalizationPreferences.Languages Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 static property IVectorView<Platform::String ^> ^ Languages { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> Languages();
public static IReadOnlyList<string> Languages { get; }
var iVectorView = GlobalizationPreferences.languages;
Public Shared ReadOnly Property Languages As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

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

Applies to

See also


Feedback

Was this page helpful?