Sitecore 5.0 API

Item.Languages Property

Gets a list of languages that the item has content in.

[Visual Basic]
Public ReadOnly Property Languages As Language()
[C#]
public Sitecore.Globalization.Language[] Languages {get;}

Remarks

A language defines an aspect of an item, that relates to a spoken language. A content item can have content in multiple languages and there may be multiple versions of an item in a given language. The language name may be an abitrary string, but is recommended to use the ISO code of the language.

See Also

Item Class | Sitecore.Data.Items Namespace