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;
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;
Copyright © 2021 Jogjafile Inc.