Click or drag to resize
ILocalizationServiceLocalizeFileString Method
Replaces "{$stringname$}" expressions in given text with localized strings.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
string LocalizeFileString(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text with localizable expressions

Return Value

Type: String
See Also