Share via


Language Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the language to export the catalog in.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property Language As String
'Usage
Dim instance As CatalogExportOptions
Dim value As String

value = instance.Language

instance.Language = value
public string Language { get; set; }
public:
property String^ Language {
    String^ get ();
    void set (String^ value);
}
public function get Language () : String
public function set Language (value : String)

Property Value

Type: System..::.String
The language to use for the export operation.

Remarks

The Language property specifies the culture name that will be used by all methods of this Product Catalog. The Language is specified as a RFC 1766 CultureInfo class name. This value can only be one of the languages supported by the catalog. It defaults to the value specified when the catalog is created.

Permissions

See Also

Reference

CatalogExportOptions Class

CatalogExportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields