LanguageString Constructor
Initializes a new instance of the LanguageString class.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
value As String, _
cultureCode As String _
)
'Usage
Dim value As String
Dim cultureCode As String
Dim instance As New LanguageString(value, cultureCode)
public LanguageString(
string value,
string cultureCode
)
public:
LanguageString(
String^ value,
String^ cultureCode
)
public function LanguageString(
value : String,
cultureCode : String
)
Parameters
- value
Type: System..::.String
A string value of the newly created instance
- cultureCode
Type: System..::.String
A culture code of the newly created instance.
Remarks
Stores the language string, representing the value and the culture code of the language.
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.