Click or drag to resize

ICustomTabSettingResourceID Property


Gets/sets the resource id for tab label. If this settings is in place, DisplayName will not be used. The resource id must exist in the [locale].resx file in l10n/server folder under CMS site file structure.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
string ResourceID { get; set; }

Property Value

Type: String
Remarks
The purpose of this settings is to display localized(translated) tab label for different languages.
See Also