Click or drag to resize
DocumentHelperGetTranslatedCultures Method
Gets list of culture codes to which is the document translated to.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<string> GetTranslatedCultures(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID

Return Value

Type: IEnumerableString
See Also