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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string LocalizeFileString(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text with localizable expressions

Return Value

Type: String
See Also