Click or drag to resize

MultilanguageStringValidateAndFormatLanguageKey Method

Validates the and formats the specified language key.

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

Parameters

languageKey
Type: SystemString
The language key to validate.

Return Value

Type: String
The uniformly formatted language key.
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen Language Key is null.
ArgumentExceptionLanguage Key should be exactly 2 characters.
See Also