num{($zzzz9.99)} will always show the decimals but it will always keep
the $ in the front even if the language is set to french. That is why I
want to use num.currency instead. I need the $ to show at after the
number if the language is set to french. num.currency will do this but
it does not show the 200 as $200.00 but instead shows it as $200. It
will show 200.21 as $200.21 though.