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 As System.UInteger, _
ByVal As System.UInteger _
) As System.String
public static System.string GetLocaleInfo(
System.uint ,
System.uint
)
Parameters
- Locale
- LCType
See Also