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

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax
C#
public string LocalizeFileString(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text with localizable expressions

Return Value

Type: String

Implements

ILocalizationServiceLocalizeFileString(String)
See Also