2

I am developing an application that supports English and Arabic localization. If the iPhone language is set to Arabic, everything is fine. If I changed the language to English, the app continues to change in Arabic.

I tried the following:

  1. Terminating the application before changing the language.

  2. Removing the application from iPhone. Changed Language to English. Restarting the iPhone. And building the application from scratch (still in Arabic!).

  3. I tried cleaning using shift-command-k (also failed).

  4. I removed the application. restarted the phone. Cleaned the build folder (shift-option-command-k). Then I built the application, and guess what, it's still in Arabic! (How, in God's name, did the iPhone know that I used Arabic before?! I restarted the phone many times!, removed and clean the build directory!).

So, what do you think I should do?

Note: other apps that provide localization are working fine.

4

1 に答える 1

1

プロジェクトにはen.lproj Localizable.stringsファイルがありますか?

@Shatou Devに感謝します、私は答えとして私のコメントをします。

于 2012-05-12T12:03:49.050 に答える