Click or drag to resize
ILocalizationStringSourceGetString Method
Returns specified string from the localization string source. In case the stringName was not found, returns null.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
string GetString(
	string stringName,
	string culture
)

Parameters

stringName
Type: SystemString
Name of the string
culture
Type: SystemString
Culture

Return Value

Type: String
See Also