i have seen some iOS application that change the language used in the application dynamically, i mean that when the app is lunched the user can change the language ( french, english,…) dynamically; i have searched in internet and i have found anything about this .
Any idea ? thanks
you need to write your own version of the NSLocalizedString macro, which chooses a language bundle based on a user preference, instead of the phones locale