Click or drag to resize
IFileLocalizationStringSource Interface
Defines a contract for a source for resource strings that are retrieved from a file.

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

The IFileLocalizationStringSource type exposes the following members.

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