ResourceStringInfoProviderGetStringFromDB Method |
Returns string by specified key and specified cultureCode.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax public static string GetStringFromDB(
string key,
string cultureCode
)
Parameters
- key
- Type: SystemString
Resource string key - cultureCode
- Type: SystemString
Resource string UICulture code
Return Value
Type:
StringSee Also