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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File