Core Library for WPF | ComponentOne
C1.WPF.Localization Namespace / C1LocalizeExtension Class / Assembly Property

In This Topic
    Assembly Property
    In This Topic
    Gets or sets the name of the Assembly where the .resx is located. By default returns the value of the C1Localizer.DefaultAssembly property.
    Syntax
    'Declaration
     
    
    Public Property Assembly As String
    public string Assembly {get; set;}
    See Also