Share via


ProductCatalog.Languages Property (BCL)

The Languages property gets all of the available languages for this catalog as an array of strings.

Definition

[Visual Basic .NET]

Overridable Public ReadOnly Property Languages As ReadOnlyStringCollection

[C#]

public virtual ReadOnlyStringCollection Languages{get;} 

Property Value

Contains all of the available languages for this catalog as an array of strings.

Remarks

The list of languages is cached. To refresh it, call the CatalogContext.Refresh method explicitly.

Throws a CatalogException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.