Click or drag to resize

MultilanguageStringItem Property

Gets the language String with the specified language key.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string this[
	string languageKey
] { get; }

Parameters

languageKey
Type: SystemString
The language key.

Property Value

Type: String
The language String.

Return Value

Type: String
See Also