[DllImport("kernel32.dll")]
static extern uint GetSystemDefaultLCID();
None.
None.
Please add some!
public static void Main()
{
try
{
Console.WriteLine(GetSystemDefaultLCID());
}
catch (Exception ex)
{
Console.WriteLine(ex);
}
}
Do you know one? Please contribute it!