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