2 references to GetLocaleInfoEx
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (2)
186return GetLocaleInfoEx(localeName, lctype) ?? string.Empty; 354string? regionName = GetLocaleInfoEx(cultureName, Interop.Kernel32.LOCALE_SISO3166CTRYNAME);