- Where Developers Learn, Share, & Build Careers
I've seen some iOS applications that dynamically change the language used in the app, I mean when The app uses the user to dynamically change the language (French, English, ...); I have searched the Internet and I have found anything about it.
Any thoughts? Thank you
You must write your own version of NSLocalizedString macro, which selects a language bundle phone User preference instead of locale
Comments
Post a Comment