ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetLocaleInfo Method / GetLocaleInfo(UInt32,UInt32) Method

In This Topic
    GetLocaleInfo(UInt32,UInt32) Method
    In This Topic
    This function avoids BUG with API GetLocaleInfo function under Win9X
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetLocaleInfo( _
       ByVal Locale As System.UInteger, _
       ByVal LCType As System.UInteger _
    ) As System.String
    public static System.string GetLocaleInfo( 
       System.uint Locale,
       System.uint LCType
    )

    Parameters

    Locale
    LCType
    See Also