[]
public static extern int GetLocaleInfo(uint Locale, uint LCType, string lpLCData, int cchData)
Type | Name | Description |
---|---|---|
uint | Locale | |
uint | LCType | |
string | lpLCData | |
int | cchData |
Type | Description |
---|---|
int |
This function avoids BUG with API GetLocaleInfo function under Win9X
public static string GetLocaleInfo(uint Locale, uint LCType)
Type | Name | Description |
---|---|---|
uint | Locale | |
uint | LCType |
Type | Description |
---|---|
string |