I am working on an application that supports both Arabic and English languages, allowing the user to switch between them.
The problem occurs when I switch the language to Arabic. I have restricted the user to only use the English keyboard, not the Arabic keyboard.
Whenever I enter a number in the TextInput, it automatically converts the number to the Arabic numeral font.
I want to display English numerals even when the language is set to Arabic in the TextInput view.