static extern ushort GetSystemDefaultLangID();
extern static ushort GetSystemDefaultLangID();
Console.WriteLine(GetSystemDefaultLangID().ToString());