Click or drag to resize
LanguageCodeToEnum Method
Returns the enumeration representation of the language.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static LanguageEnum ToEnum(
	int code
)

Parameters

code
Type: SystemInt32
Language code

Return Value

Type: LanguageEnum
See Also