MultilanguageStringCurrentString Property |
Gets the string for the language of the current UI culture.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CurrentString { get; }
Public ReadOnly Property CurrentString As String
Get
public:
property String^ CurrentString {
String^ get ();
}
member CurrentString : string with get
Property Value
Type:
String
The current string.
See Also