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 複合型によって定義されます。

子要素

要素 Type 説明
stringTable StringTableType マニフェストで参照できるローカライズされた文字列の一覧を定義します。

属性

名前 Type 説明
カルチャ string 文字列テーブル内のローカライズされた文字列のカルチャを識別する言語名。 たとえば、英語 (米国) の場合は "en-US" とします。

必要条件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

親要素

ローカリゼーション (instrumentationManifest)