Click or drag to resize

ILanguageSpecificMetaDataItem Property


Gets/sets a string value by its locale

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
string this[
	CultureInfo locale
] { get; set; }

Parameters

locale
Type: System.GlobalizationCultureInfo
Locale of the string value

Return Value

Type: String
See Also