Click or drag to resize
TreeProviderChangeCulture Method
Changes culture of the documents in old culture to the new one. If there is an existing document in new culture, the old culture version is not changed to the new one.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void ChangeCulture(
	string siteName,
	string currentCulture,
	string newCulture
)

Parameters

siteName
Type: SystemString
Site name
currentCulture
Type: SystemString
Current culture
newCulture
Type: SystemString
New culture
See Also