var price = CatalogLibrary.CalculatePrice(product); @price.YourPrice.Amount
this returns "in danish language" example: "kr. 350,00" (space between kr. and 350,00) this returns "in uk language" example: "kr.350,00" (no space between kr. and 350,00)
Where can i change this so there is a space in the uk language too?
price formatting help
var price = CatalogLibrary.CalculatePrice(product);
@price.YourPrice.Amount
this returns "in danish language" example: "kr. 350,00" (space between kr. and 350,00)
this returns "in uk language" example: "kr.350,00" (no space between kr. and 350,00)
Where can i change this so there is a space in the uk language too?
Hi Amigo,
Perhaps this documentation on how to format prices could be a help,
http://docs.ucommerce.net/ucommerce/v6/getting-started/transaction-foundation/formatting.html
Hope this helps,
/Dennis
is working on a reply...