Click or drag to resize
MacroProcessorIsLocalizationMacro Method
Returns true if given text is in {$xxx$} format. Note that this method returns true only if the whole text is localization macro, it is NOT a contains method.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsLocalizationMacro(
	string text
)

Parameters

text
Type: SystemString
Text to check

Return Value

Type: Boolean
See Also