I have a problem, in the visualization I am shown the data with the Euro symbol
€ 123.00
and I need it to be displayed with the weights sign $
$ 123.00
My code is as follows
[Display(Name = "Salario Cargo")]
[DisplayFormat(DataFormatString = "{0:C2}", ApplyFormatInEditMode = false)]
public decimal salario_cargo { get; set; }