LocalizableString Complex Type

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The LocalizableString complex type, in Configuration Manager 2007, allows the specification of a string value (possibly empty) and the corresponding optional resource identifier. If specified, the resource identifier will be used by the system (the user interface) to fetch the corresponding localized strings. Additionally, the Configuration Manager user interface will fall back to the specified value of the text attribute if localized resources cannot be found. Also, see the annotation element.

<xs:complexType name="LocalizableString">
    <xs:attribute name="Text"
        type="string"
        use="required"
     />
    <xs:attribute name="ResourceId"
        type="ID"
        use="optional"
     />
</xs:complexType>

Attributes

Name Type Description

ResourceId

ID

Identifies the language resource ID for the Text

Text

string

Text display name for the element.

See Also

Concepts

Authoring Desired Configuration Management Configuration Baselines and Configuration Items