TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / MAKELANGID Method

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

    Parameters

    LANG_ID
    SUBLANG_ID
    See Also