This question is locked. New answers and comments are not allowed.
Hi guys,
I'm trying to set the format of the Guge, but I'am not having much luck...
My application uses a "pt-BR" culture-info (set on the CurrentThread and the web.config)...
On "pt-BR" culture-info, CurrencyDecimalSeparator and CurrencyGroupSeparator are "," and "."
give me "$ 10,000.00" and what I want is "R$ 10.000,00"
So, there's a way to achieve this?
I'm trying to set the format of the Guge, but I'am not having much luck...
My application uses a "pt-BR" culture-info (set on the CurrentThread and the web.config)...
On "pt-BR" culture-info, CurrencyDecimalSeparator and CurrencyGroupSeparator are "," and "."
this.radialScale.Label.Format = "{0:C2}";give me "$ 10,000.00" and what I want is "R$ 10.000,00"
So, there's a way to achieve this?