LocalizationTable Complex Type

The LocalizationTable complex type is a table of localization tables, one per language. Not supported in current .admx files.

<xs:complexType name="LocalizationTable">
    <xs:sequence>
        <xs:element name="localization"
            type="Localization"
            minOccurs="1"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attribute name="fallbackCulture"
        type="language"
        default="en-US"
     />
</xs:complexType>

Child elements

Element Type Description
localization Localization

Attributes

Name Type Description
fallbackCulture language

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013