Get NativeEnglishName from iso currency symbol without dependency to the current culture of logged i

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-03-18T11:52:48Z Indexed on 2010/03/18 12:51 UTC
Read the original article Hit count: 173

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about internationalization