TreeView for WinForms | ComponentOne
C1.Win.Localization Namespace / StringsManager Class / LocalizeControl Method / LocalizeControl(Type,Control,String) Method

In This Topic
    LocalizeControl(Type,Control,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub LocalizeControl( _
       ByVal stringsType As Type, _
       ByVal control As Control, _
       ByVal resourceStringsPrefix As String _
    ) 
    public static void LocalizeControl( 
       Type stringsType,
       Control control,
       string resourceStringsPrefix
    )

    Parameters

    stringsType
    control
    resourceStringsPrefix
    See Also