ITextProviderGetText Method |
Provides a text for a specific key that, if localized, matches the specified culture.
Namespace:
PDTec.IceNet.Core.Runtime
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax string GetText(
string component,
string key,
CultureInfo culture
)
Parameters
- component
- Type: SystemString
The text component name. - key
- Type: SystemString
The text key. - culture
- Type: System.GlobalizationCultureInfo
The culture the text is requested for.
Return Value
Type:
StringThe text, if available. Otherwise
null.
See Also