Currency Conversion and display fetched from Server
Posted
by
user198725878
on Stack Overflow
See other posts from Stack Overflow
or by user198725878
Published on 2012-10-29T04:57:57Z
Indexed on
2012/10/29
4:59 UTC
Read the original article
Hit count: 126
I am fetching the in app purchase items for my app from my web server.the web-server gives the product title, description and price...
Currently i am displaying the each product using the product title,description and price.Currently i am showing the currency in $.
Now i am having the doubt that , can i display the prices as such?when i referred some URL, it seems that prices needs to be localized.
So do i need to display the prices localized which is fetched from my-server? please let me know how should i proceed?
Thanks a lot for stopping by..
© Stack Overflow or respective owner