Click or drag to resize
ResourceStringInfoProviderTranslationExists Method
Returns true if translation of specified String key exist in specified Culture.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public static bool TranslationExists(
	string stringKey,
	string cultureCode
)

Parameters

stringKey
Type: SystemString
Resource string key
cultureCode
Type: SystemString
Resource string Culture code

Return Value

Type: Boolean
See Also