I'm trying to localize my Xamarin forms app and I noticed that my datetimes were not being localized. When I inspected the culture info object, I noticed the NativeDigits array was populated with English digits.
This is what I get in my Xamarin project:

This is what it should look like (screenshot taken from a Console project):



