1

Thanks for answering my previous question, but I have a new one: I am writing a program that output monetary values/data, I want to know how to make my program format my value in other currency not presently listed in vs 2010 like Nigerian Naira, Ghana's Cedis... the question really is how do I create a new cultureinfo language and currency symbol

  • Check out this question: http://stackoverflow.com/questions/12916940/creating-custom-cultureinfo-for-country-language-combination – gabnaim May 14 '13 at 14:13

1 Answers1

0

You can create a new CultureInfo via the CultureAndRegionInfoBuilder class. Look at the docs for examples.

Ralf
  • 1,216
  • 10
  • 20