On Fri, Oct 24, 2008 at 1:06 AM, nostradamnit <[EMAIL PROTECTED]>wrote:

>
> Is there a way to change the location of the currency symbol? I'm
> using euros, but the currency seems to always be displayed with the
> symbol before the amount, and for euros (in France anyway) it should
> be after the amount.
>
> Thanks,
> Sam


No, there isn't an easy way to do this, because we are using Python's
localization system.  Interestingly, it (the Python module) does have all
sorts of code  to determine whether the symbol is supposed to be before or
after the amount, based on language and country.  Possibly there is a french
locale which has the currency after the amount, but you'd need to look at
the module to figure out which one that is.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to