Click or drag to resize

ILanguageSpecificMetaData Interface


Represents an object that holds a set of string values, unique by their locale.

All the string value have the same meaning, but expressed differently depending on its language.

Examples

Copy Right information of an Asset in various languages:

English: Ingeniux Corporation 2018, All right reserved.

Chinese: Ingeniux Corporation 2018, 保留所有权利。

Japanese: Ingeniux Corporation 2018, すべての権利を保有。

German: Ingeniux Corporation 2018, Alle Rechte vorbehalten.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface ILanguageSpecificMetaData

The ILanguageSpecificMetaData type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets/sets a string value by its locale
Public propertyLocales
Gets all locale keys in the collection
Top
See Also