Click or drag to resize

ILocalizationKeyValue Interface

Represents an interface of the ILocalizationSource dictionary item

Namespace:  Cauldron.Localization
Assembly:  Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public interface ILocalizationKeyValue

The ILocalizationKeyValue type exposes the following members.

Properties
  NameDescription
Public propertyKey
Gets the localization key
Top
Methods
  NameDescription
Public methodGetValue
Gets the localized value of the key
Top
See Also