I was wondering if it was possible to override the locale used when using formatNumber with the IntlProvider. In the kendo-intl repo it seems you are able to do the below:
formatNumber(1234.5678, "n2", "de");
Can anyone offer any advice on whether this is possible?