XLL+ Class Library (7.0)

Item Element

The Item element defines the localized value of a text for a particular culture. It has no child elements. It has two required attributes: culture, which must be a .NET culture name (e.g. 'en-US', fr-BE'), and text, which is the localized value of the text.

Attributes

culture

This attribute defines the culture for which the text attribute is valid, in the form of a .NET culture name (e.g. 'en-US', fr-BE').

text

This attribute should contain the Unicode text which will be used for the culture specifed in the culture attribute.

Element Information

Number of occurrences

Unlimited

Parent elements

Localized 

Child elements

(No child elements)

See Also

XLL+ Extensions Schema