Click or drag to resize
ILocalizationStringSource Interface
Defines a general contract for a source containing resource strings.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
public interface ILocalizationStringSource

The ILocalizationStringSource type exposes the following members.

Properties
  NameDescription
Public propertyDefaultCulture
Source default culture
Top
Methods
  NameDescription
Public methodGetString
Returns specified string from the localization string source. In case the stringName was not found, returns null.
Top
See Also