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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax public static bool IsLocalizationMacro(
string text
)
Parameters
- text
- Type: SystemString
Text to check
Return Value
Type:
BooleanSee Also