Spring.Core Send comments on this topic.
GetMessage Method
See Also 
Spring.Context Namespace > IMessageSource Interface : GetMessage Method


Overload List

OverloadDescription
GetMessage(String) Resolve the message identified by the supplied name.  
GetMessage(String,Object[]) Resolve the message identified by the supplied name.  
GetMessage(String,CultureInfo) Resolve the message identified by the supplied name.  
GetMessage(String,CultureInfo,Object[]) Resolve the message identified by the supplied name.  
GetMessage(IMessageSourceResolvable,CultureInfo) Resolve the message using all of the attributes contained within the supplied IMessageSourceResolvable argument.  

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