TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
788 stars 43 forks source link

Currency settings #52

Closed 20repsej closed 2 years ago

20repsej commented 2 years ago

Settings to change what currency is displayed.

apmillen commented 2 years ago

Yes, I need GBP (£)

faspina commented 2 years ago

Can the currency be changed to USD ($)

TheAxelander commented 2 years ago

In pre-release there is now a new option in appsettings.json available which sets multiple things like Currency and Number format. It can be accessed via environmental variable AppSettings:Culture

Further details can be found here