Gets or sets the String value determining the name of the assembly, containing resources. By default returns the name of the entry assembly.

Namespace:  C1.WPF.Localization
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static string DefaultAssembly { get; set; }
Visual Basic (Declaration)
Public Shared Property DefaultAssembly As String
	Get
	Set

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