ResourceStringInfoProviderTranslationExists Method |
Returns true if translation of specified String key exist in specified Culture.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax 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:
BooleanSee Also