Numeric Format - Display currency Format c in culture UI
Blazor WebAssembly
<PackageReference Include="Syncfusion.Blazor" Version="18.3.0.48" />
<ChartPrimaryYAxis LabelFormat="c" Title="Sales Amount in Millions">
</ChartPrimaryYAxis>All other strings like DateTime to string are displayed in german.
<ChartPrimaryXAxis ValueType="Syncfusion.Blazor.Charts.ValueType.DateTime" LabelFormat="MMM" IntervalType="IntervalType.Months">
Also on the screenshot (https://blazor.syncfusion.com/documentation/chart/images/internationalization.png) of the documentation page:
https://blazor.syncfusion.com/documentation/chart/internationalization/
The currency are displayed in $ not in EUR
>> Numeric Format
>> Numeric Format
In the below example axis, point and tooltip labels are globalized to EUR.
SIGN IN To post a reply.
10 Replies
1 reply marked as answer
DG
Durga Gopalakrishnan
Syncfusion Team
November 25, 2020 03:55 PM UTC
Hi Dominik,
We are analyzing your reported scenario. We will update the details within two business days(27th November, 2020). We appreciate your patience until then.
Regards,
Durga G
DG
Durga Gopalakrishnan
Syncfusion Team
December 1, 2020 12:30 PM UTC
Hi Dominik,
We have validated your reported scenario. We have considered this as a bug and logged a defect report. This fix will be available in our upcoming Volume 4 Main Release which is expected to be rolled out at end of December 2020. We appreciate your patience until then. You can keep track of the bug from the feedback portal below.
Feedback Link : https://www.syncfusion.com/feedback/20205/
The provided feedback link is private, and you need to login to view this feedback.
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.
Regards,
Durga G
DG
Durga Gopalakrishnan
Syncfusion Team
December 21, 2020 01:26 PM UTC
Hi Dominik,
We are working on reported issue. We will include the fix in our upcoming Volume 1 SP Release which is expected to be rolled out end of April 2021. We appreciate your patience until then.
Regards,
Durga G
DG
Durga Gopalakrishnan
Syncfusion Team
May 5, 2021 11:44 AM UTC
Hi Dominik,
We are glad to announce that our v19.1.59 patch release is rolled out; we have added the fix for reported issue. You can use the latest Syncfusion.Blazor NuGet package version.
Nugget Package : https://www.nuget.org/packages/Syncfusion.Blazor
Screenshot :
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/ChartGermanCult-452330115.zip
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Durga G
Marked as answer
RB
Rodrigo Bernardi
August 26, 2021 05:46 PM UTC
Hi Durga Gopalakrishnan, sorry for open this thread.
I'm using blazor server on an application and applies the same sample as you did to make a chart.
I'm having the same issue, using syncfusionessentialblazor_19.2.0.55, and you sad that the fix was on version v19.1.59.
The LabelFormat="c" continous not showing the currency .
DG
Durga Gopalakrishnan
Syncfusion Team
August 27, 2021 02:25 PM UTC
Hi Rodrigo,
We have provided fix for currency format issue in German culture (de). For en-US, currency is displayed properly in latest nugget package version. Please ensure whether you have chosen en-US culture from above dropdown list. We have attached updated sample for your reference.
Kindly revert us if you have any concerns.
Regards,
Durga G
RB
Rodrigo Bernardi
August 27, 2021 04:44 PM UTC
Hi Durga, any chances to to fix the currency on Pt Br?
DG
Durga Gopalakrishnan
Syncfusion Team
August 30, 2021 12:45 PM UTC
Hi Rodrigo,
We have validated your reported scenario. We have considered this as bug and logged a defect report. This fix will be available in our upcoming weekly patch release which is scheduled to be rolled out on 7th September 2021. We appreciate your patience until then. You can keep track of the bug from the below feedback link.
Feedback Link : https://www.syncfusion.com/feedback/28285/
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.
Regards,
Durga G
SM
Srihari Muthukaruppan
Syncfusion Team
September 8, 2021 11:05 AM UTC
Hi Rodrigo,
We have validated the reported scenario and this related to core team, so forwarded the issue to our internal team. Hence we will update the status once we got the fix from the team. We appreciate your patience until then.
Regards,
Srihari
DG
Durga Gopalakrishnan
Syncfusion Team
September 17, 2021 02:40 PM UTC
Hi Rodrigo,
We regret the inconvenience caused.
We have validated the reported issue “localization displaying wrong for Portuguese Culture” at our end. We let you know that this can be resolved by using proper culture code “pt-PT” instead of “pt”. Please find the screenshot reference and the sample below.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/LocalizationPortugal-252571251
Image:
Kindly try with the above sample and get back to us if you have any queries.
Regards,
Durga G
SIGN IN To post a reply.