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

In This Topic
    Dictionary Property
    In This Topic
    Gets or sets the name of the .resx dictionary. If it is null, returns the default string 'Resources'.
    Syntax
    'Declaration
     
    
    Public Property Dictionary As String
    public string Dictionary {get; set;}
    See Also