Manages dynamic text resources.
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic interface ITextProvider
The ITextProvider type exposes the following members.
Methods
| Name | Description |
---|
 | GetText |
Provides a text for a specific key that, if localized, matches the specified culture.
|
Top
Remarks
An implementation of ITextProvider can be assigned to a
text component in the ice.NET configuration as an alternative or in
addition to a static text resource.
See Also