This repository has been archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment
-
@jrahma I don't believe this is possible on iOS, and I suspect similar for other platforms. I'm reading the UITextField documentation and it says
There is no property to declare a language preference. So by default the keyboard will be whatever the user prefers. From the keyboard details I also don't see a way to tell it the preferred language. There are the UIKeyboardType options: https://docs.microsoft.com/en-us/dotnet/api/uikit.uikeyboardtype?view=xamarin-ios-sdk-12 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible that you’ll add a KeyboardLanguage property for the Editor and Entry to make a default keyboard starts in English or Arabic or whatever installed language?
User should be able to change the language from they keyboard anytime but this feature is the default language
Thanks
Jassim
Beta Was this translation helpful? Give feedback.
All reactions