ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / MAKELANGID Method

In This Topic
    MAKELANGID Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function MAKELANGID( _
       ByVal LANG_ID As System.UInteger, _
       ByVal SUBLANG_ID As System.UInteger _
    ) As System.UInteger
    public static System.uint MAKELANGID( 
       System.uint LANG_ID,
       System.uint SUBLANG_ID
    )

    Parameters

    LANG_ID
    SUBLANG_ID
    See Also