Click or drag to resize
TypeHelperGetNiceObjectTypeName Method
Gets the nice object type name for this type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static string GetNiceObjectTypeName(
	string objectType,
	string culture = null
)

Parameters

objectType
Type: SystemString
Type to localize
culture (Optional)
Type: SystemString
Culture code

Return Value

Type: String
See Also