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

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

    Parameters

    stringsType
    control
    type
    culture
    See Also