RegionInfo all properties populated with ISO code in Blazor

53 Views Asked by At

any ideas why in Blazor when I try to get user country name from RegionInfo all properties have the ISO code assigned?

///User.Country = "DE"
RegionInfo region = new RegionInfo(User.Country);
_country = region.EnglishName;

enter image description here

0

There are 0 best solutions below