Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.14 KB

applicationlanguages_manifestlanguages.md

File metadata and controls

26 lines (16 loc) · 1.14 KB
-api-id -api-type
P:Windows.Globalization.ApplicationLanguages.ManifestLanguages
winrt property

Windows.Globalization.ApplicationLanguages.ManifestLanguages

-description

Gets the app's declared list of supported languages.

-property-value

The list of supported languages declared in the app's manifest.

-remarks

UWP apps can be deployed using resource packages. When language resource packages are used, the packages that are installed and registered for a given user are determined by the languages in the user's language profile. The set of languages returned by the ManifestLanguages property is limited to the languages currently available on the system for the user. Languages included in the main app package manifest will always be returned; languages from resource packages will be returned only if the language is applicable for the user (that is, is in the user's preferences) and the resource package has been installed and registered for the user at the time the property is accessed.

-examples

-see-also