Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS keyboard default buttons translation

Actually, I need to translate only "done"/"pref"/"next" buttons at decimal pad keyboard to russian language or other. By the way, localization of the application in russian. Moreover, all other buttons like "cancel" at other control was translated automatically when I changed localization language. But not this. Can it be done without customization?

like image 871
NickAshaninVuaro Avatar asked Apr 10 '13 08:04

NickAshaninVuaro


People also ask

How do I change the default language on my iPhone keyboard?

Go to Settings > General > Keyboard > Keyboards. Tap a language at the top of the screen, then select an alternative layout from the list.

What is the shortcut for language change?

Keyboard shortcut: To switch between keyboard layouts, press Alt+Shift. Note: The icon is just an example; it shows that English is the language of the active keyboard layout. The actual icon shown on your computer depends on the language of the active keyboard layout and version of Windows.


1 Answers

It will help you.

iPhone: Change Keyboard language programmatically.

No this is not possible - user can only change their language in the settings.

However you can give the user an "English" keyboard if you choose (or ask them their preference)

you do this using: UIKeyboardTypeASCIICapable

You can change keyboard directly on the keyboard by pressing "globe icon" on the bottom row.

First, you have to enable those language for input in Settings. Then pressing the globe button on the keyboard would toggle between those languages.

like image 89
Nikunj Avatar answered Sep 28 '22 08:09

Nikunj