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
- 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.