Sets translation for this CategoryNode under a specific locale.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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
See Also