0

In DevExtreme(Angular), there is two methods for localize strings,number date and currency:

  1. Intl
  2. Globalize

I have tried both the method, but not able to find which one is better and why?

What is the difference between this two?

Which one should i use?

chirag
  • 1,761
  • 1
  • 17
  • 33

1 Answers1

0

Globalize is powerful in terms of features but harder to configure. Intl is simple and straightforward. I would suggest that you start with Intl and only if it's not enough then switch to Globalize.

Alexander Bykov
  • 219
  • 3
  • 5