Share via


CultureCode Property

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

Gets or sets the preferred culture of the user represented by this object.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property CultureCode As String
'Usage
Dim instance As MailingListUser
Dim value As String

value = instance.CultureCode

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

Property Value

Type: System..::.String
Describes language for this user. It must be a valid code for CultureInfo. Example: “en” or “en-US”. Default is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

This property is generally used to determine the language in which mail sent to this user should be composed. If this property is set to nullNothingnullptra null reference (Nothing in Visual Basic), e-mail sent to this user will be in the language specified by DefaultCultureCode.

Permissions

See Also

Reference

MailingListUser Class

MailingListUser Members

Microsoft.CommerceServer.Marketing Namespace