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 Description
stringTable StringTableType 매니페스트에서 참조할 수 있는 지역화된 문자열 목록을 정의합니다.

특성

이름 형식 Description
culture 문자열 문자열 테이블에서 지역화된 문자열의 문화권을 식별하는 언어 이름입니다. 예를 들어 영어(미국)의 경우 "en-US"입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

부모 요소

지역화(instrumentationManifest)