Manages dynamic text resources.
Namespace:
PDTec.IceNet.Core.Runtime
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
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