C
C#12mo ago
Avalari

❔ All properties in RegionInfo are populated with ISO code in Blazor

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;
///User.Country = "DE"
RegionInfo region = new RegionInfo(User.Country);
_country = region.EnglishName;
1 Reply
Accord
Accord12mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.