MultilanguageStringCurrentLanguage Property |
Gets the two letter code of the current thread language.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static string CurrentLanguage { get; }
Public Shared ReadOnly Property CurrentLanguage As String
Get
public:
static property String^ CurrentLanguage {
String^ get ();
}
static member CurrentLanguage : string with get
Property Value
Type:
String
The current language.
See Also