Is it possible to localize a header with macros in Xcode?
Lets say for English i might want a size of a font to be 17.0f, but 13.0f for Spanish.
Can this be done?
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.
Figured it out. What I asked for is not possible. The header files are evaluated during build time but the localization is set during run time.