EnumSystemLocalesEx

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool EnumSystemLocalesEx(
   EnumLocalesProcEx lpLocaleEnumProc,
   uint dwFlags,
   IntPtr lParam
);

Microsoft documentation: Link

Last updated