Spring.Core Send comments on this topic.
IMessageSource Interface
See Also  Members  
Spring.Context Namespace : IMessageSource Interface


Describes an object that can resolve messages.

Syntax

Visual Basic (Declaration) 
Public Interface IMessageSource 
Visual Basic (Usage)Copy Code
Dim instance As IMessageSource
C# 
public interface IMessageSource 

Remarks

This enables the parameterization and internationalization of messages.

Spring.NET provides one out-of-the-box implementation for production use:

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also