Currency Symbol On Windows

This will get the currency symbol on Mac with the help of the MBS plugins.

dim n as new NSLocaleMBS MsgBox n.CurrencySymbol

Is there an equivalent for Windows?

WinLocalizationMBS class?
http://www.monkeybreadsoftware.net/class-winlocalizationmbs.shtml

Thanks! That does it:

[quote] dim l as WinLocalizationMBS
l=new WinLocalizationMBS
MsgBox l.CurrencySymbolLocalized[/quote]