Get NativeEnglishName from iso currency symbol without dependency to the current culture of logged i
- by msfanboy
Hello,
what I have is the currencyIsoCode "EUR". This Property can also be found in the
RegionInfo class = ri.ISOCurrencySymbol. But the RegionInfo class depends on the current logged in user.
What I want is to get the NativeEnglishName like "Euro" even when the user is from en-De, en-Us, cn-CN etc...
How can I do that?