these are the steps i followed to create Localizable.strings fi开发者_C百科le. 1) created a folder called \"en.lproj\"
My Localizable.strings file has somehow been corrupted and I don\'t know how to restore it. If I open it as a Plain Text File it starts with weird characters that I can\'t copy here.
I have an app that\'s only supported in Dutch and French. English is not an available language for this app.
I use a Localizable.strings file and replaces the strings in my app with NSLocalizedString(@\"KEY\",@\" COMMENT\").
I have an app that I am translating to a bunch of different languages. The problem is that the app will have a few different values in Australia than will in New Zealand, which are both English speaki
I want to read the text from the localizable.strings file. I am collecting the strings for translation from several directories and file in one .strings file. But then I have several copies of the sam
When developing iPhone app, is there a good way to read from Japanese Localizable.strings file when your currentLocale 开发者_C百科is not Japanese? (e.g. your current locale is Korean for example).