In one of my apps I need to launch the settings app to change the keyboard language. Please some one help me regarding this problem with some sample code or idea.
Asked
Active
Viewed 266 times
2 Answers
2
You cannot, and should not, do this. Localize your application as normal and, if the user has selected an alternate language for the phone, it will be used from within your application. Your application should not be changing system wide settings.

Nathanial Woolls
- 5,231
- 24
- 32
-
I think the question is about changing the keyboard format & launching the Settings app from within the app for the user's convenience. The user will then manually select the keyboard options (this will not be done by the app programmatically). – Akshay Aug 17 '11 at 04:04
-
hay! I'm not changing setting from my apps directly i need to go setting of iphone from my apps on button click. can it be possible or not? – sandy Aug 17 '11 at 04:14
0
It is not possible to launch the Settings app from your app.

Akshay
- 5,747
- 3
- 23
- 35
-
hay! I'm not changing setting from my apps directly i need to go setting of iphone from my apps on button click. can it be possible or not? – sandy Aug 17 '11 at 04:15
-
I think this is exactly what I said. You cannot click a button & launch the settings app. The user has to do it manually. – Akshay Aug 17 '11 at 04:17