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


Send comments about this topic to Microsoft.