ComponentOne FinancialChart for WPF
C1.WPF.Localization Namespace / C1Localizer Class / DefaultAssembly Property



In This Topic
    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
    'Usage
     
    
    Dim value As String
     
    C1Localizer.DefaultAssembly = value
     
    value = C1Localizer.DefaultAssembly
    public static string DefaultAssembly {get; set;}
    public:
    static property String^ DefaultAssembly {
       String^ get();
       void set (    String^ value);
    }
    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