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複雜類型所定義。
子元素
屬性
名称 |
類型 |
描述 |
culture |
string |
語言名稱,識別字串資料表中當地語系化字串的文化特性。 例如,英文 (美國) 的 「en-US」。
|
規格需求
需求 |
值 |
最低支援的用戶端
|
Windows Vista [僅限傳統型應用程式]
|
最低支援的伺服器
|
Windows Server 2008 [僅限傳統型應用程式]
|
另請參閱
-
父元素
-
當地語系化 (instrumentationManifest)