C1.WPF.Localization Namespace / C1Localizer Class / DefaultAssembly Property
DefaultAssembly Property
In This Topic
Gets or sets the System.String value determining the name of the assembly, containing resources. By default returns the name of the entry assembly.
Syntax
'Declaration
 
Public Shared Property DefaultAssembly As String
 
Remarks
If your resources are defined in the entry assembly or in its satellite assemblies, you don't need to change this property value. Use this property if your resources are defined, for example, in the custom control's assembly.
See Also