GetAllLanguagesInUse Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets an array of language codes used for all multi-lingual strings in the Marketing system.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetAllLanguagesInUse As String()
'Usage
Dim instance As MarketingContext
Dim returnValue As String()
returnValue = instance.GetAllLanguagesInUse()
public string[] GetAllLanguagesInUse()
public:
array<String^>^ GetAllLanguagesInUse()
public function GetAllLanguagesInUse() : String[]
Return Value
Type: array<System..::.String>[]()[]
An array of culture code strings (for example “en-US”).
Remarks
Returns an array of culture code strings (for example “en-US”). The array contains all languages that are currently in use by multilingual string properties, such as basket displays and direct mail subjects.
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.