- Home
- Forum
- JavaScript - EJ 2
- GBP currency not displaying correctly.
GBP currency not displaying correctly.
In the example above, I have three inputs, USD, EUR, GBP.
Question? How can I get GPB to display the correct currency symbol?
SIGN IN To post a reply.
7 Replies
CI
Christopher Issac Sunder K
Syncfusion Team
December 10, 2018 12:48 PM UTC
Hi Charles,
Thank you for contacting Syncfusion support.
We have checked your reported problem at our end. The reported problem due to on not loading the culture(cldr) file reference for GBP culture.
If you want to use globalization in our component, we should install the cldr data for corresponding culture then use it. Please follow the below documentation to use the Globalaization in NumericTextBox component.
Please let us know if the provided information is not helping you.
Thanks,
Christo
CH
Charles
December 10, 2018 06:41 PM UTC
Are you able to update my stackblitz example so that I can see a working example with the GBP currency symbol showing?
CI
Christopher Issac Sunder K
Syncfusion Team
December 11, 2018 06:01 AM UTC
Hi Charles,
Thanks for the update.
As per your request, we have modified the provided sample, please find the sample in below location.
Please let us know if you require any further assistance.
Thanks,
Christo
CH
Charles
December 11, 2018 07:32 AM UTC
Thank you for your beyond the best support :)
CI
Christopher Issac Sunder K
Syncfusion Team
December 11, 2018 09:34 AM UTC
Hi Charles,
We are glad to hear that the provide solution worked for you. Thank you for your feedback and appreciation.
Thanks,
Christo
AP
Apurva
October 20, 2020 04:44 PM UTC
Hi,
How can we apply gbp currency formatting in this illustrated example
https://www.syncfusion.com/kb/9835/how-to-get-started-easily-with-syncfusion-angular-6-pivot-table
https://www.syncfusion.com/kb/9835/how-to-get-started-easily-with-syncfusion-angular-6-pivot-table
SN
Sivamathi Natarajan
Syncfusion Team
October 21, 2020 12:55 PM UTC
Thanks for contacting Syncfusion support.
Kindly refer the below documentation to apply specific culture.
https://ej2.syncfusion.com/angular/documentation/pivotview/globalization-and-localization/#internationalization
https://ej2.syncfusion.com/angular/documentation/pivotview/globalization-and-localization/#internationalization
Also, kindly refer the below file which holds the localization keys of around 30 languages.
It can also be downloaded by using the below command (it installs the CLDR JSON data). For more information about CLDR-Data, refer to this link.
|
npm install cldr-data --save
|
Meanwhile, we have prepared a sample to load the “gu” culture to display GBP currency.
Please let us know if you need any further assistance on this.
Regards,
Sivamathi.
SIGN IN To post a reply.
- 7 Replies
- 4 Participants
-
CH Charles
- Dec 7, 2018 10:02 PM UTC
- Oct 21, 2020 12:55 PM UTC