GlobalizationPreferencesForUser.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 represented user, in order of preference.
public:
property IVectorView<Platform::String ^> ^ Languages { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Languages();
public IReadOnlyList<string> Languages { get; }
var iVectorView = globalizationPreferencesForUser.languages;
Public ReadOnly Property Languages As IReadOnlyList(Of String)
Property Value
One or more language identifiers.