Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declares languages for the resources that the package contains. Every package must declare at least one language for resources.
Element hierarchy
- <Package>
- <Resources>
Syntax
<Resources>
<!-- Child elements -->
Resource{1,200}
</Resources>
Key
{}
specific range of occurrences
Attributes and Elements
Attributes
None.
Child Elements
Child Element | Description |
---|---|
Resource | Declares a language for resources contained in the package. |
Parent Elements
Parent Element | Description |
---|---|
Package | Defines the root element of an app package manifest. The manifest describes the structure and capabilities of the software to the system. |
Examples
The following example is taken from the package manifest of one of the SDK samples.
<Resources>
<Resource Language="en-us" />
</Resources>
Requirements
Value | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |