ILocalizationStringSourceGetString Method |
Returns specified string from the localization string source. In case the stringName was not found, returns null.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax string GetString(
string stringName,
string culture
)
Parameters
- stringName
- Type: SystemString
Name of the string - culture
- Type: SystemString
Culture
Return Value
Type:
StringSee Also