InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 UInteger, _
       ByVal LCType As UInteger _
    ) As String
    public static string GetLocaleInfo( 
       uint Locale,
       uint LCType
    )

    Parameters

    Locale
    LCType
    See Also