resources (LocalizationType) 元素

定义一组字符串表,其中包含清单中引用的本地化字符串。

<xs:element name="resources">
    <xs:complexType>
        <xs:choice
            minOccurs="0"
            maxOccurs="unbounded"
        >
            <xs:element name="stringTable"
                type="StringTableType"
             />
            <xs:any
                processContents="lax"
                minOccurs="0"
                namespace="##other"
             />
        </xs:choice>
        <xs:attribute name="culture"
            type="string"
            default="##fallback"
            use="optional"
         />
    </xs:complexType>
</xs:element>

resources 元素由 LocalizationType 复杂类型定义。

子元素

元素 类型 说明
stringTable StringTableType 定义可在清单中引用的本地化字符串列表。

属性

名称 类型 说明
区域性 string 标识字符串表中本地化字符串的区域性的语言名称。 例如,英语 (美国) 的“en-US”。

要求

要求
最低受支持的客户端
Windows Vista [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 [仅限桌面应用]

另请参阅

父元素

localization (instrumentationManifest)