internationalization of an iPhone Application

前端 未结 4 1941
夕颜
夕颜 2021-01-27 10:45

I am new to iPhone App development (I am using XCode 4.2) and I was wondering if there is a way to translate all the strings , caption etc ... internally without having to trans

4条回答
  •  独厮守ぢ
    2021-01-27 11:15

    Look up the documentation for NSLocalizedString. And how to localize your .xib files (you make localized copies in English.lproj, de.lproj, fr.lproj, etc.).

提交回复
热议问题