GetDefaultLanguage Method

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

Gets a culture code string that describes the default language used in the Marketing System.

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

Syntax

'Declaration
Public Function GetDefaultLanguage As String
'Usage
Dim instance As MarketingContext
Dim returnValue As String

returnValue = instance.GetDefaultLanguage()
public string GetDefaultLanguage()
public:
String^ GetDefaultLanguage()
public function GetDefaultLanguage() : String

Return Value

Type: System..::.String
A culture code string (for example “en-US”) that describes the default language used for multi-lingual strings in the Marketing System.

Remarks

Returns a culture code string (for example “en-US”) that describes the default language used for multi-lingual strings in the Marketing System.

Permissions

See Also

Reference

MarketingContext Class

MarketingContext Members

Microsoft.CommerceServer.Marketing Namespace