Version

RegisterResources Method

Adds an additonal Resx file in which the control will pull its resources from.
Syntax
'Declaration
 
Public Shared Sub RegisterResources( _
   ByVal name As String, _
   ByVal assembly As Assembly _
) 
public static void RegisterResources( 
   string name,
   Assembly assembly
)

Parameters

name
The name of the embedded resx file that contains the resources to be used.
assembly
The assembly in which the resx file is embedded.
Remarks
Don't include the extension of the file, but prefix it with the default Namespace of the assembly.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also