ICategoryNodeSetTranslation Method
|
Sets translation for this CategoryNode under a specific locale.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid SetTranslation(
ILocale locale,
string name,
string description,
string typeName
)
Sub SetTranslation (
locale As ILocale,
name As String,
description As String,
typeName As String
)
void SetTranslation(
ILocale^ locale,
String^ name,
String^ description,
String^ typeName
)
abstract SetTranslation :
locale : ILocale *
name : string *
description : string *
typeName : string -> unit Parameters
- locale ILocale
- Locale of this translation
- name String
- Translated name
- description String
- Translated description
- typeName String
- Translated type name
RemarksIf 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