Table of Contents

Interface ILocalizationStringSource

Namespace
CMS.Localization
Assembly
CMS.Globalization.dll

Defines a general contract for a source containing resource strings.

public interface ILocalizationStringSource
Extension Methods

Properties

DefaultCulture

Source default culture

string DefaultCulture { get; }

Property Value

string

Methods

GetString(string, string)

Returns specified string from the localization string source. In case the stringName was not found, returns null.

string GetString(string stringName, string culture)

Parameters

stringName string

Name of the string

culture string

Culture

Returns

string