In iOS 5 beta simulator I saw that Apple made a native Georgian keyboard for iOS. But in the final version of iOS 5 Apple made this keyboard hidden. I found a solution to turn on this keyboard by changing GlobalPreferences.plist file located in private/var/mobile/Library/Preferences/.GlobalPreferences.plist
: just add a ka@hw=Georgian;sw=Georgian
and restart the system. Now I want to make an app that will enable this keyboard automatically without changing this file manually. How can I do this?
Here is the image of keyboard itself:
And the "GlobalPreferences.plist" file code, changed to reveal keyboard: