Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

resourcecontext_languages.md

File metadata and controls

29 lines (20 loc) · 1.1 KB
-api-id -api-type
P:Windows.ApplicationModel.Resources.Core.ResourceContext.Languages
winrt property

Windows.ApplicationModel.Resources.Core.ResourceContext.Languages

-description

Gets or sets the language qualifier for this context.

-property-value

A collection of BCP-47 language tags.

-remarks

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.

-examples

-see-also

BCP-47 language tags