User-1026607185 posted
Hi ,
I have defined my data under my view model as follows ,
[DisplayName("Product Price"), DataType(DataType.Currency)]
public decimal ProductPrice { get; set; }
and it display like <label for="YearlyCost">Product Price </label> : £700.52
but I wasnted display the above data like : <label for="YearlyCost">Product Price </label> : $ 1200.45 when some one view the site in USA , or supporty multple currencies based on the countries you logged
in ,
please let me the best approach to do this
thanks