GetLocaleInfo (kernel32)
Last changed: -212.159.59.43

.
Summary

C# Signature:

[DllImport("kernel32.dll", SetLastError = true)]
static extern int GetLocaleInfo(uint Locale, uint LCType,
   [Out] StringBuilder lpLCData, int cchData);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Use GetLocaleInfoEx instead

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation