Click or drag to resize

MultilanguageStringGetLanguageString Method

Returns the string for the specified language or null if it is not found.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string GetLanguageString(
	string languageKey
)

Parameters

languageKey
Type: SystemString
The language key to query.

Return Value

Type: String
The language string for the specified language or null if not found.
See Also