I wanna change language of default UIAlerts
For example:Alert of Push Notifications Permission when first time an app launches from app manually....
Please help me.
I wanna change language of default UIAlerts
For example:Alert of Push Notifications Permission when first time an app launches from app manually....
Please help me.
This is not possible. That message is coming from iOS. So it will show the text based on user language selection in his Settings. However, you can set a custom language for your app and then show a relevant message to your user.
If your app is in multiple language you can localize it. How to localize my app with Xcode 4?