Click or drag to resize
FileLocalizationServiceGetFileString Method
Returns specified string.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public virtual string GetFileString(
	string stringName,
	string culture = null,
	bool useDefaultCulture = true
)

Parameters

stringName
Type: SystemString
Key of the string
culture (Optional)
Type: SystemString
Culture
useDefaultCulture (Optional)
Type: SystemBoolean
If true the default culture translation is used if translation in chosen culture doesn't exist

Return Value

Type: String

Implements

ILocalizationServiceGetFileString(String, String, Boolean)
See Also