We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Currency Format

Hello,

In other Blazor UI providers such as DevExpress, telerik, by using following code, we can easily format decimal to indian curreny. eg ₹ 37,70,624.00

var varCulture = new CultureInfo("en-IN");
        CultureInfo.DefaultThreadCurrentCulture = varCulture;

does syncfusion blazor controls support the same ? what will be the easiest way to have indian currency format on a single page??

1 Reply

ME Mouli Eswararao Syncfusion Team December 23, 2019 10:24 AM UTC

Hi Vinit, 
 
Thanks for contacting Syncfusion Support, 
You can change the culture of the pivot table either by using cldr scripts or ej2-locale. We have prepared a sample by changing the culture and currency of the pivot table to Indian please find it below. Also please find documentation, were we have mentioned about how to download and use cldr scripts and ej2-locale for changing localization and internationalization in pivot table.

Documentation: https://ej2.syncfusion.com/blazor/documentation/pivot-table/globalization/ 


Regards,
Mouli 
  


Loader.
Up arrow icon