Specify display preference on how the price should display in your store. Use {PRICE} for the pricing position. Examples:
£{PRICE} - (For UK store, display example: £9.99)
{PRICE}€ - (For Euro based store, display example: 9.99€)
${PRICE}AUD - (For Australian based store, display example: $9.99AUD)
${PRICE} - (For US store, display example: $9.99)
£ = £
€ = €
$ = $
Character entities (as shown above) should be used or just static text, eg: GBP{PRICE}
DO NOT use literal symbols (£,€,$) or you may see a ? in your store inside a triangle, which indicates unicode problems.