Click or drag to resize

ICategoryNodeSetAndFinalizeTranslation Method


Sets a translation for this node, creating a new translation even if one already exists under the same locale.

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

Parameters

locale  ILocale
Locale of this translation
name  String
Translated name
description  String
Translated description
typeName  String
Translated type name
See Also