I would like to know the best approach of fixing the issue of a thousands & decimal separator on a Entry control in Xamarin Forms.
The Entry control is not supporting, both Thousands and Decimal separator, if Numeric type, for multiple locales, out of the box.
Is there anyway we can implement this need of having the same Entry control to accept,
- Thousands separator by device locale
- Decimal separator by device country locale
Any thoughts and pointers to achieve this?

