Click or drag to resize
FileLocalizationServiceGetAPIString Method
Returns specified string.

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

Parameters

stringName
Type: SystemString
Key of the string
culture
Type: SystemString
Culture
defaultValue
Type: SystemString
Default value

Return Value

Type: String

Implements

ILocalizationServiceGetAPIString(String, String, String)
See Also