| ITextProviderGetText Method  | 
            Provides a text for a specific key that, if localized, matches the specified culture. 
            
 
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxstring 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