Android Keyboard English Only? How?

Hi all,
How do I disable keyboard input android all languages ​​other than English?
As well restrict all entry of of characters like (,., $% & * # @), Etc.

Is this even a Unity question? It is true that Unity can port to Android, but this is really just an Android question.

1 Answer

1

If you are not familiar with the Andorid API you can still use RegEx class from the .NET API and filter the TextField on every change for example. It is a little weak and slow solution if you need speed, but faster than to learn the Andorid API.