Click or drag to resize
ResHelperTranslationFoundForLocalizedString Method
Detects whether translation can be found for the given localized string

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

Parameters

inputText
Type: SystemString
Input text with localizable expressions

Return Value

Type: Boolean
See Also