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.
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').
This attribute should contain the Unicode text which will be used for the culture specifed in the culture attribute.
Number of occurrences |
Unlimited |
Parent elements |
|
Child elements |
(No child elements) |