Localization problem
As I know, localization is mainly depends on the language,region setting of the iphone.
My application would like to provide two language support: English and Chinese.
So, I have localized the string and the nib file.
If the preferred language of the phone is English. Is it possible that I can programmatically change the preferred language to chinese, such that the user can swap between chinese and english in my application without change the setting inside the phone.
|