Hi,
I am using AspZero 6.5 - asp .net Core MC = jquery.
How can I change the Currency code and Symbol to GBP/£?
Also, how can I display the date in Uk format as dd/mm/yyyy ?
Is there a setting somewhere as the change in Const file does not seem to work.
Regards, Vikas
6 Answer(s)
-
0
Hi, date/currency format will follow the language/culture being configured per tenant.
you can refer to https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Core#language-management
-
0
hi @ryancyq
Thanks for picking up. Lets park language for now.
I want to setup Features and billing plans in GBP. I would also like to configure stripe integration with stipe with all charges in GBP.
I have setup following in AppNameConsts.cs, but it does not seem to work.
public const string Currency = "GBP"; public const string CurrencySign = "£";
-
0
Hi @aggarwal
Are you on v6.7 ? If so, could you share what is not working so we can fix it for v6.8.
-
0
-
0
Let me try upgrading to 6.7 and retry.
-
0
Hi,
Yes, it is done in 6.7, you can check https://github.com/aspnetzero/aspnet-zero-core/pull/2178