Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

arnieterm

macrumors regular
Original poster
Aug 28, 2008
201
0
Hi all,
Depending on a language selection in "Settings" how one can display text in that particular language. By text here I mean both the text in various controls [like UITextField, UIButton etc] in xib and text displayed dynamically.
I think making use of .strings file will only replace the specified text with desired localized string but I would like to convert entire application's text into that language.

Thanks
Arnieterm
 
The system won't do it for you: you need to translate every string into a strings file and translate every xib. Every hard-coded string should not be and should be a call to NSLocalizedString.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.