I use everywhere NSLocalizedString(@\"Text in deutsch\",@\"das Textfeld Text in deutsch\") I have two Localizable.strings files. One for german and one for english.
I have a template for an email that I\'ve put in a localized strings file, and I\'m loading the string with the NSLocalizedString macro.
I am wising up and getting my internationalization act together. Right off the bat I am a bit swamped by all the docs Apple provides so I was wondering of someone could sketch a workflow for my situat
I have this formatted string that I am having a translator work on. ENGLISH \"Check out the %1$@ %2$@ in %3$@: %4$@\" = \"Check out the %1$@ %2$@ in %3$@: %4$@\"
On iPhone NSLocalizedString returns the string in the language of the iPh开发者_如何转开发one.