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.308
Syntax void SetAndFinalizeTranslation(
ILocale locale,
string name,
string description,
string typeName
)
Sub SetAndFinalizeTranslation (
locale As ILocale,
name As String,
description As String,
typeName As String
)
void SetAndFinalizeTranslation(
ILocale^ locale,
String^ name,
String^ description,
String^ typeName
)
abstract SetAndFinalizeTranslation :
locale : ILocale *
name : string *
description : string *
typeName : string -> unit
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
See Also