Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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: String
The text, if available. Otherwise null.
See Also