| ResourceStringInfoProviderGetStringFromDB Method  | 
            Returns string by specified key and specified cultureCode.
            
 
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntaxpublic static string GetStringFromDB(
	string key,
	string cultureCode
)
Parameters
- key
 - Type: SystemString
Resource string key - cultureCode
 - Type: SystemString
Resource string UICulture code 
Return Value
Type: 
String
See Also