GetLocaleInfo Method
GetLocaleInfo(uint, uint, string, int)
Declaration
public static extern int GetLocaleInfo(uint Locale, uint LCType, string lpLCData, int cchData)
Public Shared Function GetLocaleInfo(Locale As UInteger, LCType As UInteger, lpLCData As String, cchData As Integer) As Integer
Parameters
Returns
GetLocaleInfo(uint, uint)
This function avoids BUG with API GetLocaleInfo function under Win9X
Declaration
public static string GetLocaleInfo(uint Locale, uint LCType)
Public Shared Function GetLocaleInfo(Locale As UInteger, LCType As UInteger) As String
Parameters
| Type |
Name |
Description |
| uint |
Locale |
|
| uint |
LCType |
|
Returns