Is there a way to get current information dynamically from the apps culture settings? Basically if the user has set the culture to US I want to know the currency is dollars
string isoCurrencySymbol = RegionInfo.CurrentRegion.ISOCurrencySymbol;