-api-id | -api-type |
---|---|
P:Windows.ApplicationModel.Resources.Core.ResourceContext.Languages |
winrt property |
Gets or sets the language qualifier for this context.
A collection of BCP-47 language tags.
The language qualifier is a list of valid BCP-47 tags. The default value for the language qualifier is drawn from the app-specific language setting and the user language profile.
The language qualifier value is represented as a string containing a semicolon-delimited list. The Languages property wraps it in a container for convenience.
Note
This property yields the same values as the language list exposed by Windows.Globalization.ApplicationLanguages.Languages.