I know you can localize a NSString or even an image (which is pretty cool), but can you localize a label that is text in the iPhone SDK?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the label is part of a XIB, you localize the XIB. If it’s programmatically created, then you localize the NSString.