Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
197 stars 9 forks source link

Multi Currency Support #190

Open MR-Alex42 opened 5 years ago

MR-Alex42 commented 5 years ago

NeosVR currently shows the approximate US dollar value for NCR. I suggest taking the currency from the OS regional settings as default currency and also allowing the user to select a different currency out of a list. So the user has always and idea of the NCR value expressed in the daily used currency. This is somehow related to #103 Multi Language Support.

Frooxius commented 5 years ago

This could be interesting, but potentially requires some extra work. The NCR/USD conversion ratio is given by the minting batch, which is fixed for a period of the time, but a different currency would probably require extra conversions, based on the current conversion rate.

I could try some API for the current currency conversion rates for the calculation. I'm not sure if there's a way to get a direct conversion to any currency.

Karel-Owen-Watts commented 5 years ago

Yeah will be great feature, but now we did a lot of NCR work and have to focus on the new Hub, performance optimizations and Oculus Quest release.