Is there any possible way to change locale of application without altering number formatting ?
For instance, I want change locale of app to Arabic/Persian language but keep digits to be in English format (123456...), and not been in Arabic style (۱۲۳۴۵۶...).
noted: setting number format for specific string (textview/edittext) will not solve my issue and it is necessary to set number format in one place for the app (like how we set locale).