Click or drag to resize

ICategoryNodeSetTranslation Method


Sets translation for this CategoryNode under a specific locale.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void SetTranslation(
	ILocale locale,
	string name,
	string description,
	string typeName
)

Parameters

locale
Type: Ingeniux.CMSILocale
Locale of this translation
name
Type: SystemString
Translated name
description
Type: SystemString
Translated description
typeName
Type: SystemString
Translated type name
Remarks
If no translation exists under this locale, a new translation is created. Otherwise, the existing translation is updated. At any time, there can be only one translation per locale.
See Also