Language Property

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

Gets or sets the language for the Pipeline.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Property Language As String
'Usage
Dim instance As PipelineInfo
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 of the pipeline. Defaults to the CultureInfo.CurrentUICulture.

Remarks

Stores the language for the Pipeline. To access Language in the dictionary, use the dictionary key name "Language". Language is read-write so that you can modify the culture information in the pipeline.

Permissions

See Also

Reference

PipelineInfo Class

PipelineInfo Members

Microsoft.CommerceServer.Runtime.Orders Namespace